Html Css Color HEX #F21E12 Scarlet

📋 copy color: '#F21E12'

red 242 ◦ green 30 ◦ blue 18

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

Shades of Scarlet #F21E12

Tints of Scarlet #F21E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 83.45%
G = 10.34%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F21E12 (or 0xF21E12) is known color: Scarlet. HEX triplet: F2, 1E and 12. RGB value is (242,30,18). Sum of RGB (Red+Green+Blue) = 242+30+18=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21E12 is #0DE1ED. Grayscale: #5C5C5C. Windows color (decimal): -909806 or 1187570. OLE color: 1187570.

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

Color convert

RGB 242 30 18 -
CMYK 0 0.88 0.93 0.05
HSL 3.21º 0.9% 0.51% -
HSV(B) 3.21º 0.93% 0.95% -
XYZ 37.19 19.85 2.44 -
YUV 92.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 242 30 18 0 0.88 0.93 0.05 3.21 0.9 0.51
Hex F2 1E 12 0 58 5D 5 3 5A 33
Octal 362 36 22 0 130 135 5 3 132 63
Binary 11110010 11110 10010 0 1011000 1011101 101 11 1011010 110011

Color Harmonies of #F21E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E12

Black with #F21E12

Text Example


Text Example

White with #F21E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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