Html Css Color HEX #F21612 Scarlet

📋 copy color: '#F21612'

red 242 ◦ green 22 ◦ blue 18

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

Shades of Scarlet #F21612

Tints of Scarlet #F21612

RGB

 RED value IS 242 (94.92% from 255) = 85.82%

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 85.82%
G = 7.8%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F21612 (or 0xF21612) is known color: Scarlet. HEX triplet: F2, 16 and 12. RGB value is (242,22,18). Sum of RGB (Red+Green+Blue) = 242+22+18=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F21612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21612 is #0DE9ED. Grayscale: #575757. Windows color (decimal): -911854 or 1185522. OLE color: 1185522.

HSL color Cylindrical-coordinate representation of color #F21612: hue angle of 1.07º degrees, saturation: 0.9, 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 #F21612 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 22 18 -
CMYK 0 0.91 0.93 0.05
HSL 1.07º 0.9% 0.51% -
HSV(B) 1.07º 0.93% 0.95% -
XYZ 37.01 19.49 2.38 -
YUV 87.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 242 22 18 0 0.91 0.93 0.05 1.07 0.9 0.51
Hex F2 16 12 0 5B 5D 5 1 5A 33
Octal 362 26 22 0 133 135 5 1 132 63
Binary 11110010 10110 10010 0 1011011 1011101 101 1 1011010 110011

Color Harmonies of #F21612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21612

Black with #F21612

Text Example


Text Example

White with #F21612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21612; }

 p { color: rgb(242,22,18); }

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

background-color css

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

 a { background-color: rgb(242,22,18); }

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

border-color css

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

 span { border-color: rgb(242,22,18); }

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