#F31D05

Color #F31D05 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F31D05

Tints of Scarlet #F31D05

Color information

#F31D05 (or 0xF31D05) is unknown color: approx Scarlet. HEX triplet: F3, 1D and 05. RGB value is (243,29,5). Sum of RGB (Red+Green+Blue) = 243+29+5=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D05 is #0CE2FA. Grayscale: #5A5A5A. Windows color (decimal): -844539 or 335347. OLE color: 335347.

HSL color Cylindrical-coordinate representation of color #F31D05: hue angle of 6.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F31D05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB243295-
CMYK00.880.980.05
HSL6.05º95.97%48.63%-
HSV(B)6.05º97.94%95.29%-
XYZ37.4319.942.02-
YUV90.2579.9236.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 87.73%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=87.73%
G=10.47%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24329500.880.980.056.0595.9748.63
HexF31D505862566031
Octal36335501301425614061
Binary11110011111011010101100011000101011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31D05; }

 p { color: rgb(243,29,5); }

 H1.HeaderClassName
 {
   color: #F31D05;
 }
 .AnyTagClassName
 {
   color: #F31D05;
 }
</style>
background-color css

<style>
 a { background-color: #F31D05; }

 a { background-color: rgb(243,29,5); }

 div.DivClassName
 {
   background-color: #F31D05;
 }
 .BgClassName
 {
   background-color: #F31D05;
 }
</style>
border-color css

<style>
 span { border-color: #F31D05; }

 span { border-color: rgb(243,29,5); }

 td.TdClassName
 {
   border-color: #F31D05;
 }
 .TagClassName
 {
   border-color: #F31D05;
 }
</style>