Html Css Color HEX #F21918 Scarlet

📋 copy color: '#F21918'

red 242 ◦ green 25 ◦ blue 24

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

Shades of Scarlet #F21918

Tints of Scarlet #F21918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 83.16%
G = 8.59%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21918 (or 0xF21918) is known color: Scarlet. HEX triplet: F2, 19 and 18. RGB value is (242,25,24). Sum of RGB (Red+Green+Blue) = 242+25+24=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F21918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21918 is #0DE6E7. Grayscale: #595959. Windows color (decimal): -911080 or 1579506. OLE color: 1579506.

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

Color convert

RGB 242 25 24 -
CMYK 0 0.90 0.90 0.05
HSL 0.28º 0.89% 0.52% -
HSV(B) 0.28º 0.9% 0.95% -
XYZ 37.13 19.64 2.7 -
YUV 89.77 90.89 236.58 -
System Red Green Blue C M Y K H S L
Decimal 242 25 24 0 0.90 0.90 0.05 0.28 0.89 0.52
Hex F2 19 18 0 5A 5A 5 0 59 34
Octal 362 31 30 0 132 132 5 0 131 64
Binary 11110010 11001 11000 0 1011010 1011010 101 0 1011001 110100

Color Harmonies of #F21918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21918

Black with #F21918

Text Example


Text Example

White with #F21918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21918; }

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

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

background-color css

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

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

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

border-color css

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

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

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