Html Css Color HEX #F01C12 Scarlet

📋 copy color: '#F01C12'

red 240 ◦ green 28 ◦ blue 18

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

Shades of Scarlet #F01C12

Tints of Scarlet #F01C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 83.92%
G = 9.79%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01C12 (or 0xF01C12) is known color: Scarlet. HEX triplet: F0, 1C and 12. RGB value is (240,28,18). Sum of RGB (Red+Green+Blue) = 240+28+18=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C12 is #0FE3ED. Grayscale: #5A5A5A. Windows color (decimal): -1041390 or 1187056. OLE color: 1187056.

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

Color convert

RGB 240 28 18 -
CMYK 0 0.88 0.92 0.06
HSL 2.7º 0.88% 0.51% -
HSV(B) 2.7º 0.93% 0.94% -
XYZ 36.46 19.4 2.4 -
YUV 90.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 240 28 18 0 0.88 0.92 0.06 2.7 0.88 0.51
Hex F0 1C 12 0 58 5C 6 3 58 33
Octal 360 34 22 0 130 134 6 3 130 63
Binary 11110000 11100 10010 0 1011000 1011100 110 11 1011000 110011

Color Harmonies of #F01C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C12

Black with #F01C12

Text Example


Text Example

White with #F01C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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