Html Css Color HEX #F21E18 Scarlet

📋 copy color: '#F21E18'

red 242 ◦ green 30 ◦ blue 24

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

Shades of Scarlet #F21E18

Tints of Scarlet #F21E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 81.76%
G = 10.14%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21E18 (or 0xF21E18) is known color: Scarlet. HEX triplet: F2, 1E and 18. RGB value is (242,30,24). Sum of RGB (Red+Green+Blue) = 242+30+24=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21E18 is #0DE1E7. Grayscale: #5C5C5C. Windows color (decimal): -909800 or 1580786. OLE color: 1580786.

HSL color Cylindrical-coordinate representation of color #F21E18: hue angle of 1.65º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21E18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 30 24 -
CMYK 0 0.88 0.90 0.05
HSL 1.65º 0.89% 0.52% -
HSV(B) 1.65º 0.9% 0.95% -
XYZ 37.25 19.87 2.74 -
YUV 92.7 89.24 234.49 -
System Red Green Blue C M Y K H S L
Decimal 242 30 24 0 0.88 0.90 0.05 1.65 0.89 0.52
Hex F2 1E 18 0 58 5A 5 2 59 34
Octal 362 36 30 0 130 132 5 2 131 64
Binary 11110010 11110 11000 0 1011000 1011010 101 10 1011001 110100

Color Harmonies of #F21E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E18

Black with #F21E18

Text Example


Text Example

White with #F21E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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