Html Css Color HEX #F03212 Scarlet

📋 copy color: '#F03212'

red 240 ◦ green 50 ◦ blue 18

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

Shades of Scarlet #F03212

Tints of Scarlet #F03212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 77.92%
G = 16.23%
B = 5.84%

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

#F03212 (or 0xF03212) is known color: Scarlet. HEX triplet: F0, 32 and 12. RGB value is (240,50,18). Sum of RGB (Red+Green+Blue) = 240+50+18=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F03212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03212 is #0FCDED. Grayscale: #676767. Windows color (decimal): -1035758 or 1192688. OLE color: 1192688.

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

Color convert

RGB 240 50 18 -
CMYK 0 0.79 0.92 0.06
HSL 8.65º 0.88% 0.51% -
HSV(B) 8.65º 0.93% 0.94% -
XYZ 37.18 20.85 2.64 -
YUV 103.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 240 50 18 0 0.79 0.92 0.06 8.65 0.88 0.51
Hex F0 32 12 0 4F 5C 6 9 58 33
Octal 360 62 22 0 117 134 6 11 130 63
Binary 11110000 110010 10010 0 1001111 1011100 110 1001 1011000 110011

Color Harmonies of #F03212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03212

Black with #F03212

Text Example


Text Example

White with #F03212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03212; }

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

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

background-color css

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

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

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

border-color css

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

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

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