Html Css Color HEX #F03312 Scarlet

📋 copy color: '#F03312'

red 240 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #F03312

Tints of Scarlet #F03312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 77.67%
G = 16.5%
B = 5.83%

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

#F03312 (or 0xF03312) is known color: Scarlet. HEX triplet: F0, 33 and 12. RGB value is (240,51,18). Sum of RGB (Red+Green+Blue) = 240+51+18=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F03312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03312 is #0FCCED. Grayscale: #686868. Windows color (decimal): -1035502 or 1192944. OLE color: 1192944.

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

Color convert

RGB 240 51 18 -
CMYK 0 0.79 0.92 0.06
HSL 8.92º 0.88% 0.51% -
HSV(B) 8.92º 0.93% 0.94% -
XYZ 37.23 20.94 2.65 -
YUV 103.75 79.62 225.18 -
System Red Green Blue C M Y K H S L
Decimal 240 51 18 0 0.79 0.92 0.06 8.92 0.88 0.51
Hex F0 33 12 0 4F 5C 6 9 58 33
Octal 360 63 22 0 117 134 6 11 130 63
Binary 11110000 110011 10010 0 1001111 1011100 110 1001 1011000 110011

Color Harmonies of #F03312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03312

Black with #F03312

Text Example


Text Example

White with #F03312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03312; }

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

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

background-color css

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

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

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

border-color css

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

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

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