Html Css Color HEX #F22317 Scarlet

📋 copy color: '#F22317'

red 242 ◦ green 35 ◦ blue 23

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

Shades of Scarlet #F22317

Tints of Scarlet #F22317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 80.67%
G = 11.67%
B = 7.67%

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

#F22317 (or 0xF22317) is known color: Scarlet. HEX triplet: F2, 23 and 17. RGB value is (242,35,23). Sum of RGB (Red+Green+Blue) = 242+35+23=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F22317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22317 is #0DDCE8. Grayscale: #5F5F5F. Windows color (decimal): -908521 or 1516530. OLE color: 1516530.

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

Color convert

RGB 242 35 23 -
CMYK 0 0.86 0.90 0.05
HSL 3.29º 0.89% 0.52% -
HSV(B) 3.29º 0.9% 0.95% -
XYZ 37.37 20.14 2.73 -
YUV 95.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 242 35 23 0 0.86 0.90 0.05 3.29 0.89 0.52
Hex F2 23 17 0 56 5A 5 3 59 34
Octal 362 43 27 0 126 132 5 3 131 64
Binary 11110010 100011 10111 0 1010110 1011010 101 11 1011001 110100

Color Harmonies of #F22317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22317

Black with #F22317

Text Example


Text Example

White with #F22317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22317; }

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

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

background-color css

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

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

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

border-color css

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

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

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