Html Css Color HEX #E25224 Cinnabar

📋 copy color: '#E25224'

red 226 ◦ green 82 ◦ blue 36

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

Shades of Cinnabar #E25224

Tints of Cinnabar #E25224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 65.7%
G = 23.84%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E25224 (or 0xE25224) is known color: Cinnabar. HEX triplet: E2, 52 and 24. RGB value is (226,82,36). Sum of RGB (Red+Green+Blue) = 226+82+36=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E25224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25224 is #1DADDB. Grayscale: #787878. Windows color (decimal): -1945052 or 2380514. OLE color: 2380514.

HSL color Cylindrical-coordinate representation of color #E25224: hue angle of 14.53º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E25224 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 36 -
CMYK 0 0.64 0.84 0.11
HSL 14.53º 0.77% 0.51% -
HSV(B) 14.53º 0.84% 0.89% -
XYZ 34.7 22.33 4.15 -
YUV 119.81 80.71 203.74 -
System Red Green Blue C M Y K H S L
Decimal 226 82 36 0 0.64 0.84 0.11 14.53 0.77 0.51
Hex E2 52 24 0 40 54 B F 4D 33
Octal 342 122 44 0 100 124 13 17 115 63
Binary 11100010 1010010 100100 0 1000000 1010100 1011 1111 1001101 110011

Color Harmonies of #E25224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25224

Black with #E25224

Text Example


Text Example

White with #E25224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25224; }

 p { color: rgb(226,82,36); }

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

background-color css

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

 a { background-color: rgb(226,82,36); }

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

border-color css

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

 span { border-color: rgb(226,82,36); }

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