Html Css Color HEX #F22813 Scarlet

📋 copy color: '#F22813'

red 242 ◦ green 40 ◦ blue 19

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

Shades of Scarlet #F22813

Tints of Scarlet #F22813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 80.4%
G = 13.29%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F22813 (or 0xF22813) is known color: Scarlet. HEX triplet: F2, 28 and 13. RGB value is (242,40,19). Sum of RGB (Red+Green+Blue) = 242+40+19=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22813 is #0DD7EC. Grayscale: #626262. Windows color (decimal): -907245 or 1255666. OLE color: 1255666.

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

Color convert

RGB 242 40 19 -
CMYK 0 0.83 0.92 0.05
HSL 5.65º 0.9% 0.51% -
HSV(B) 5.65º 0.92% 0.95% -
XYZ 37.49 20.44 2.59 -
YUV 98 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 242 40 19 0 0.83 0.92 0.05 5.65 0.9 0.51
Hex F2 28 13 0 53 5C 5 6 5A 33
Octal 362 50 23 0 123 134 5 6 132 63
Binary 11110010 101000 10011 0 1010011 1011100 101 110 1011010 110011

Color Harmonies of #F22813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22813

Black with #F22813

Text Example


Text Example

White with #F22813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22813; }

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

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

background-color css

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

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

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

border-color css

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

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

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