Html Css Color HEX #F03412 Scarlet

📋 copy color: '#F03412'

red 240 ◦ green 52 ◦ blue 18

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

Shades of Scarlet #F03412

Tints of Scarlet #F03412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 77.42%
G = 16.77%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03412 (or 0xF03412) is known color: Scarlet. HEX triplet: F0, 34 and 12. RGB value is (240,52,18). Sum of RGB (Red+Green+Blue) = 240+52+18=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F03412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03412 is #0FCBED. Grayscale: #686868. Windows color (decimal): -1035246 or 1193200. OLE color: 1193200.

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

Color convert

RGB 240 52 18 -
CMYK 0 0.78 0.92 0.06
HSL 9.19º 0.88% 0.51% -
HSV(B) 9.19º 0.93% 0.94% -
XYZ 37.27 21.02 2.67 -
YUV 104.34 79.28 224.76 -
System Red Green Blue C M Y K H S L
Decimal 240 52 18 0 0.78 0.92 0.06 9.19 0.88 0.51
Hex F0 34 12 0 4E 5C 6 9 58 33
Octal 360 64 22 0 116 134 6 11 130 63
Binary 11110000 110100 10010 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03412

Black with #F03412

Text Example


Text Example

White with #F03412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03412; }

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

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

background-color css

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

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

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

border-color css

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

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

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