Html Css Color HEX #F21916 Scarlet

📋 copy color: '#F21916'

red 242 ◦ green 25 ◦ blue 22

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

Shades of Scarlet #F21916

Tints of Scarlet #F21916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 83.74%
G = 8.65%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F21916 (or 0xF21916) is known color: Scarlet. HEX triplet: F2, 19 and 16. RGB value is (242,25,22). Sum of RGB (Red+Green+Blue) = 242+25+22=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F21916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21916 is #0DE6E9. Grayscale: #595959. Windows color (decimal): -911082 or 1448434. OLE color: 1448434.

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

Color convert

RGB 242 25 22 -
CMYK 0 0.90 0.91 0.05
HSL 0.82º 0.89% 0.52% -
HSV(B) 0.82º 0.91% 0.95% -
XYZ 37.11 19.63 2.59 -
YUV 89.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 242 25 22 0 0.90 0.91 0.05 0.82 0.89 0.52
Hex F2 19 16 0 5A 5B 5 1 59 34
Octal 362 31 26 0 132 133 5 1 131 64
Binary 11110010 11001 10110 0 1011010 1011011 101 1 1011001 110100

Color Harmonies of #F21916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21916

Black with #F21916

Text Example


Text Example

White with #F21916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21916; }

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

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

background-color css

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

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

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

border-color css

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

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

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