Html Css Color HEX #E54A32 Cinnabar

📋 copy color: '#E54A32'

red 229 ◦ green 74 ◦ blue 50

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

Shades of Cinnabar #E54A32

Tints of Cinnabar #E54A32

RGB

 RED value IS 229 (89.84% from 255) = 64.87%

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

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

R = 64.87%
G = 20.96%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E54A32 (or 0xE54A32) is known color: Cinnabar. HEX triplet: E5, 4A and 32. RGB value is (229,74,50). Sum of RGB (Red+Green+Blue) = 229+74+50=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A32 is #1AB5CD. Grayscale: #757575. Windows color (decimal): -1750478 or 3295973. OLE color: 3295973.

HSL color Cylindrical-coordinate representation of color #E54A32: hue angle of 8.04º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E54A32 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 50 -
CMYK 0 0.68 0.78 0.10
HSL 8.04º 0.77% 0.55% -
HSV(B) 8.04º 0.78% 0.9% -
XYZ 35.34 21.79 5.36 -
YUV 117.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 229 74 50 0 0.68 0.78 0.10 8.04 0.77 0.55
Hex E5 4A 32 0 44 4E A 8 4D 37
Octal 345 112 62 0 104 116 12 10 115 67
Binary 11100101 1001010 110010 0 1000100 1001110 1010 1000 1001101 110111

Color Harmonies of #E54A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A32

Black with #E54A32

Text Example


Text Example

White with #E54A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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