Html Css Color HEX #F21E17 Scarlet

📋 copy color: '#F21E17'

red 242 ◦ green 30 ◦ blue 23

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

Shades of Scarlet #F21E17

Tints of Scarlet #F21E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 82.03%
G = 10.17%
B = 7.8%

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

#F21E17 (or 0xF21E17) is known color: Scarlet. HEX triplet: F2, 1E and 17. RGB value is (242,30,23). Sum of RGB (Red+Green+Blue) = 242+30+23=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21E17 is #0DE1E8. Grayscale: #5C5C5C. Windows color (decimal): -909801 or 1515250. OLE color: 1515250.

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

Color convert

RGB 242 30 23 -
CMYK 0 0.88 0.90 0.05
HSL 1.92º 0.89% 0.52% -
HSV(B) 1.92º 0.9% 0.95% -
XYZ 37.24 19.87 2.68 -
YUV 92.59 88.74 234.57 -
System Red Green Blue C M Y K H S L
Decimal 242 30 23 0 0.88 0.90 0.05 1.92 0.89 0.52
Hex F2 1E 17 0 58 5A 5 2 59 34
Octal 362 36 27 0 130 132 5 2 131 64
Binary 11110010 11110 10111 0 1011000 1011010 101 10 1011001 110100

Color Harmonies of #F21E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E17

Black with #F21E17

Text Example


Text Example

White with #F21E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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