Html Css Color HEX #F12012 Scarlet

📋 copy color: '#F12012'

red 241 ◦ green 32 ◦ blue 18

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

Shades of Scarlet #F12012

Tints of Scarlet #F12012

RGB

 RED value IS 241 (94.53% from 255) = 82.82%

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 82.82%
G = 11%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12012 (or 0xF12012) is known color: Scarlet. HEX triplet: F1, 20 and 12. RGB value is (241,32,18). Sum of RGB (Red+Green+Blue) = 241+32+18=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F12012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12012 is #0EDFED. Grayscale: #5D5D5D. Windows color (decimal): -974830 or 1188081. OLE color: 1188081.

HSL color Cylindrical-coordinate representation of color #F12012: hue angle of 3.77º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 18 -
CMYK 0 0.87 0.93 0.05
HSL 3.77º 0.89% 0.51% -
HSV(B) 3.77º 0.93% 0.95% -
XYZ 36.9 19.78 2.44 -
YUV 92.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 241 32 18 0 0.87 0.93 0.05 3.77 0.89 0.51
Hex F1 20 12 0 57 5D 5 4 59 33
Octal 361 40 22 0 127 135 5 4 131 63
Binary 11110001 100000 10010 0 1010111 1011101 101 100 1011001 110011

Color Harmonies of #F12012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12012

Black with #F12012

Text Example


Text Example

White with #F12012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12012; }

 p { color: rgb(241,32,18); }

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

background-color css

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

 a { background-color: rgb(241,32,18); }

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

border-color css

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

 span { border-color: rgb(241,32,18); }

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