Html Css Color HEX #E24C32 Cinnabar

📋 copy color: '#E24C32'

red 226 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #E24C32

Tints of Cinnabar #E24C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 64.2%
G = 21.59%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E24C32 (or 0xE24C32) is known color: Cinnabar. HEX triplet: E2, 4C and 32. RGB value is (226,76,50). Sum of RGB (Red+Green+Blue) = 226+76+50=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C32 is #1DB3CD. Grayscale: #767676. Windows color (decimal): -1946574 or 3296482. OLE color: 3296482.

HSL color Cylindrical-coordinate representation of color #E24C32: hue angle of 8.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E24C32 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 76 50 -
CMYK 0 0.66 0.78 0.11
HSL 8.86º 0.75% 0.54% -
HSV(B) 8.86º 0.78% 0.89% -
XYZ 34.52 21.57 5.36 -
YUV 117.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 226 76 50 0 0.66 0.78 0.11 8.86 0.75 0.54
Hex E2 4C 32 0 42 4E B 9 4B 36
Octal 342 114 62 0 102 116 13 11 113 66
Binary 11100010 1001100 110010 0 1000010 1001110 1011 1001 1001011 110110

Color Harmonies of #E24C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24C32

Black with #E24C32

Text Example


Text Example

White with #E24C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24C32; }

 p { color: rgb(226,76,50); }

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

background-color css

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

 a { background-color: rgb(226,76,50); }

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

border-color css

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

 span { border-color: rgb(226,76,50); }

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