Html Css Color HEX #F03213 Scarlet

📋 copy color: '#F03213'

red 240 ◦ green 50 ◦ blue 19

#F03213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F03213

Tints of Scarlet #F03213

RGB

 RED value IS 240 (94.14% from 255) = 77.67%

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 77.67%
G = 16.18%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03213 (or 0xF03213) is known color: Scarlet. HEX triplet: F0, 32 and 13. RGB value is (240,50,19). Sum of RGB (Red+Green+Blue) = 240+50+19=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F03213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03213 is #0FCDEC. Grayscale: #676767. Windows color (decimal): -1035757 or 1258224. OLE color: 1258224.

HSL color Cylindrical-coordinate representation of color #F03213: hue angle of 8.42º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F03213 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 19 -
CMYK 0 0.79 0.92 0.06
HSL 8.42º 0.88% 0.51% -
HSV(B) 8.42º 0.92% 0.94% -
XYZ 37.19 20.85 2.68 -
YUV 103.28 80.45 225.52 -
System Red Green Blue C M Y K H S L
Decimal 240 50 19 0 0.79 0.92 0.06 8.42 0.88 0.51
Hex F0 32 13 0 4F 5C 6 8 58 33
Octal 360 62 23 0 117 134 6 10 130 63
Binary 11110000 110010 10011 0 1001111 1011100 110 1000 1011000 110011

Color Harmonies of #F03213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03213

Black with #F03213

Text Example


Text Example

White with #F03213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03213; }

 p { color: rgb(240,50,19); }

 H1.HeaderClassName
 {
   color: #F03213;
 }
 .AnyTagClassName
 {
   color: #F03213;
 }
</style>

background-color css

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

 a { background-color: rgb(240,50,19); }

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

border-color css

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

 span { border-color: rgb(240,50,19); }

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