Html Css Color HEX #E22304 Scarlet

📋 copy color: '#E22304'

red 226 ◦ green 35 ◦ blue 4

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

Shades of Scarlet #E22304

Tints of Scarlet #E22304

RGB

 RED value IS 226 (88.67% from 255) = 85.28%

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 85.28%
G = 13.21%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E22304 (or 0xE22304) is known color: Scarlet. HEX triplet: E2, 23 and 04. RGB value is (226,35,4). Sum of RGB (Red+Green+Blue) = 226+35+4=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E22304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22304 is #1DDCFB. Grayscale: #585858. Windows color (decimal): -1957116 or 271330. OLE color: 271330.

HSL color Cylindrical-coordinate representation of color #E22304: hue angle of 8.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E22304 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 35 4 -
CMYK 0 0.85 0.98 0.11
HSL 8.38º 0.97% 0.45% -
HSV(B) 8.38º 0.98% 0.89% -
XYZ 31.99 17.38 1.78 -
YUV 88.58 80.28 226.02 -
System Red Green Blue C M Y K H S L
Decimal 226 35 4 0 0.85 0.98 0.11 8.38 0.97 0.45
Hex E2 23 4 0 55 62 B 8 61 2D
Octal 342 43 4 0 125 142 13 10 141 55
Binary 11100010 100011 100 0 1010101 1100010 1011 1000 1100001 101101

Color Harmonies of #E22304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22304

Black with #E22304

Text Example


Text Example

White with #E22304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22304; }

 p { color: rgb(226,35,4); }

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

background-color css

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

 a { background-color: rgb(226,35,4); }

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

border-color css

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

 span { border-color: rgb(226,35,4); }

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