Html Css Color HEX #F03112 Scarlet

📋 copy color: '#F03112'

red 240 ◦ green 49 ◦ blue 18

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

Shades of Scarlet #F03112

Tints of Scarlet #F03112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 78.18%
G = 15.96%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03112 (or 0xF03112) is known color: Scarlet. HEX triplet: F0, 31 and 12. RGB value is (240,49,18). Sum of RGB (Red+Green+Blue) = 240+49+18=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F03112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03112 is #0FCEED. Grayscale: #666666. Windows color (decimal): -1036014 or 1192432. OLE color: 1192432.

HSL color Cylindrical-coordinate representation of color #F03112: hue angle of 8.38º 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 #F03112 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 18 -
CMYK 0 0.80 0.92 0.06
HSL 8.38º 0.88% 0.51% -
HSV(B) 8.38º 0.93% 0.94% -
XYZ 37.14 20.77 2.62 -
YUV 102.58 80.28 226.02 -
System Red Green Blue C M Y K H S L
Decimal 240 49 18 0 0.80 0.92 0.06 8.38 0.88 0.51
Hex F0 31 12 0 50 5C 6 8 58 33
Octal 360 61 22 0 120 134 6 10 130 63
Binary 11110000 110001 10010 0 1010000 1011100 110 1000 1011000 110011

Color Harmonies of #F03112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03112

Black with #F03112

Text Example


Text Example

White with #F03112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03112; }

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

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

background-color css

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

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

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

border-color css

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

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

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