Html Css Color HEX #E24A32 Cinnabar

📋 copy color: '#E24A32'

red 226 ◦ green 74 ◦ blue 50

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

Shades of Cinnabar #E24A32

Tints of Cinnabar #E24A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 64.57%
G = 21.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E24A32 (or 0xE24A32) is known color: Cinnabar. HEX triplet: E2, 4A and 32. RGB value is (226,74,50). Sum of RGB (Red+Green+Blue) = 226+74+50=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A32 is #1DB5CD. Grayscale: #747474. Windows color (decimal): -1947086 or 3295970. OLE color: 3295970.

HSL color Cylindrical-coordinate representation of color #E24A32: hue angle of 8.18º 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 #E24A32 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 74 50 -
CMYK 0 0.67 0.78 0.11
HSL 8.18º 0.75% 0.54% -
HSV(B) 8.18º 0.78% 0.89% -
XYZ 34.39 21.3 5.32 -
YUV 116.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 226 74 50 0 0.67 0.78 0.11 8.18 0.75 0.54
Hex E2 4A 32 0 43 4E B 8 4B 36
Octal 342 112 62 0 103 116 13 10 113 66
Binary 11100010 1001010 110010 0 1000011 1001110 1011 1000 1001011 110110

Color Harmonies of #E24A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A32

Black with #E24A32

Text Example


Text Example

White with #E24A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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