Html Css Color HEX #F22217 Scarlet

📋 copy color: '#F22217'

red 242 ◦ green 34 ◦ blue 23

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

Shades of Scarlet #F22217

Tints of Scarlet #F22217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

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

R = 80.94%
G = 11.37%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22217 (or 0xF22217) is known color: Scarlet. HEX triplet: F2, 22 and 17. RGB value is (242,34,23). Sum of RGB (Red+Green+Blue) = 242+34+23=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22217 is #0DDDE8. Grayscale: #5F5F5F. Windows color (decimal): -908777 or 1516274. OLE color: 1516274.

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

Color convert

RGB 242 34 23 -
CMYK 0 0.86 0.90 0.05
HSL 3.01º 0.89% 0.52% -
HSV(B) 3.01º 0.9% 0.95% -
XYZ 37.34 20.08 2.72 -
YUV 94.94 87.41 232.89 -
System Red Green Blue C M Y K H S L
Decimal 242 34 23 0 0.86 0.90 0.05 3.01 0.89 0.52
Hex F2 22 17 0 56 5A 5 3 59 34
Octal 362 42 27 0 126 132 5 3 131 64
Binary 11110010 100010 10111 0 1010110 1011010 101 11 1011001 110100

Color Harmonies of #F22217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22217

Black with #F22217

Text Example


Text Example

White with #F22217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22217; }

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

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

background-color css

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

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

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

border-color css

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

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

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