Html Css Color HEX #F22313 Scarlet

📋 copy color: '#F22313'

red 242 ◦ green 35 ◦ blue 19

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

Shades of Scarlet #F22313

Tints of Scarlet #F22313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 81.76%
G = 11.82%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F22313 (or 0xF22313) is known color: Scarlet. HEX triplet: F2, 23 and 13. RGB value is (242,35,19). Sum of RGB (Red+Green+Blue) = 242+35+19=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22313 is #0DDCEC. Grayscale: #5F5F5F. Windows color (decimal): -908525 or 1254386. OLE color: 1254386.

HSL color Cylindrical-coordinate representation of color #F22313: hue angle of 4.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F22313 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 19 -
CMYK 0 0.86 0.92 0.05
HSL 4.3º 0.9% 0.51% -
HSV(B) 4.3º 0.92% 0.95% -
XYZ 37.34 20.13 2.53 -
YUV 95.07 85.08 232.8 -
System Red Green Blue C M Y K H S L
Decimal 242 35 19 0 0.86 0.92 0.05 4.3 0.9 0.51
Hex F2 23 13 0 56 5C 5 4 5A 33
Octal 362 43 23 0 126 134 5 4 132 63
Binary 11110010 100011 10011 0 1010110 1011100 101 100 1011010 110011

Color Harmonies of #F22313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22313

Black with #F22313

Text Example


Text Example

White with #F22313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22313; }

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

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

background-color css

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

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

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

border-color css

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

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

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