Html Css Color HEX #F22913 Scarlet

📋 copy color: '#F22913'

red 242 ◦ green 41 ◦ blue 19

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

Shades of Scarlet #F22913

Tints of Scarlet #F22913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 80.13%
G = 13.58%
B = 6.29%

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

#F22913 (or 0xF22913) is known color: Scarlet. HEX triplet: F2, 29 and 13. RGB value is (242,41,19). Sum of RGB (Red+Green+Blue) = 242+41+19=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F22913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22913 is #0DD6EC. Grayscale: #626262. Windows color (decimal): -906989 or 1255922. OLE color: 1255922.

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

Color convert

RGB 242 41 19 -
CMYK 0 0.83 0.92 0.05
HSL 5.92º 0.9% 0.51% -
HSV(B) 5.92º 0.92% 0.95% -
XYZ 37.53 20.51 2.6 -
YUV 98.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 242 41 19 0 0.83 0.92 0.05 5.92 0.9 0.51
Hex F2 29 13 0 53 5C 5 6 5A 33
Octal 362 51 23 0 123 134 5 6 132 63
Binary 11110010 101001 10011 0 1010011 1011100 101 110 1011010 110011

Color Harmonies of #F22913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22913

Black with #F22913

Text Example


Text Example

White with #F22913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22913; }

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

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

background-color css

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

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

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

border-color css

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

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

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