Html Css Color HEX #F02C12 Scarlet

📋 copy color: '#F02C12'

red 240 ◦ green 44 ◦ blue 18

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

Shades of Scarlet #F02C12

Tints of Scarlet #F02C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 79.47%
G = 14.57%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02C12 (or 0xF02C12) is known color: Scarlet. HEX triplet: F0, 2C and 12. RGB value is (240,44,18). Sum of RGB (Red+Green+Blue) = 240+44+18=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C12 is #0FD3ED. Grayscale: #636363. Windows color (decimal): -1037294 or 1191152. OLE color: 1191152.

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

Color convert

RGB 240 44 18 -
CMYK 0 0.82 0.92 0.06
HSL 7.03º 0.88% 0.51% -
HSV(B) 7.03º 0.93% 0.94% -
XYZ 36.95 20.37 2.56 -
YUV 99.64 81.93 228.11 -
System Red Green Blue C M Y K H S L
Decimal 240 44 18 0 0.82 0.92 0.06 7.03 0.88 0.51
Hex F0 2C 12 0 52 5C 6 7 58 33
Octal 360 54 22 0 122 134 6 7 130 63
Binary 11110000 101100 10010 0 1010010 1011100 110 111 1011000 110011

Color Harmonies of #F02C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C12

Black with #F02C12

Text Example


Text Example

White with #F02C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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