Html Css Color HEX #F22417 Scarlet

📋 copy color: '#F22417'

red 242 ◦ green 36 ◦ blue 23

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

Shades of Scarlet #F22417

Tints of Scarlet #F22417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 80.4%
G = 11.96%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22417 (or 0xF22417) is known color: Scarlet. HEX triplet: F2, 24 and 17. RGB value is (242,36,23). Sum of RGB (Red+Green+Blue) = 242+36+23=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22417 is #0DDBE8. Grayscale: #606060. Windows color (decimal): -908265 or 1516786. OLE color: 1516786.

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

Color convert

RGB 242 36 23 -
CMYK 0 0.85 0.90 0.05
HSL 3.56º 0.89% 0.52% -
HSV(B) 3.56º 0.9% 0.95% -
XYZ 37.4 20.2 2.74 -
YUV 96.11 86.75 232.06 -
System Red Green Blue C M Y K H S L
Decimal 242 36 23 0 0.85 0.90 0.05 3.56 0.89 0.52
Hex F2 24 17 0 55 5A 5 4 59 34
Octal 362 44 27 0 125 132 5 4 131 64
Binary 11110010 100100 10111 0 1010101 1011010 101 100 1011001 110100

Color Harmonies of #F22417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22417

Black with #F22417

Text Example


Text Example

White with #F22417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22417; }

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

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

background-color css

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

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

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

border-color css

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

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

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