Html Css Color HEX #F22113 Scarlet

📋 copy color: '#F22113'

red 242 ◦ green 33 ◦ blue 19

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

Shades of Scarlet #F22113

Tints of Scarlet #F22113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 82.31%
G = 11.22%
B = 6.46%

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

#F22113 (or 0xF22113) is known color: Scarlet. HEX triplet: F2, 21 and 13. RGB value is (242,33,19). Sum of RGB (Red+Green+Blue) = 242+33+19=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F22113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22113 is #0DDEEC. Grayscale: #5E5E5E. Windows color (decimal): -909037 or 1253874. OLE color: 1253874.

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

Color convert

RGB 242 33 19 -
CMYK 0 0.86 0.92 0.05
HSL 3.77º 0.9% 0.51% -
HSV(B) 3.77º 0.92% 0.95% -
XYZ 37.28 20.01 2.51 -
YUV 93.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 242 33 19 0 0.86 0.92 0.05 3.77 0.9 0.51
Hex F2 21 13 0 56 5C 5 4 5A 33
Octal 362 41 23 0 126 134 5 4 132 63
Binary 11110010 100001 10011 0 1010110 1011100 101 100 1011010 110011

Color Harmonies of #F22113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22113

Black with #F22113

Text Example


Text Example

White with #F22113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22113; }

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

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

background-color css

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

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

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

border-color css

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

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

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