Html Css Color HEX #E54A29 Cinnabar

📋 copy color: '#E54A29'

red 229 ◦ green 74 ◦ blue 41

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

Shades of Cinnabar #E54A29

Tints of Cinnabar #E54A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 66.57%
G = 21.51%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E54A29 (or 0xE54A29) is known color: Cinnabar. HEX triplet: E5, 4A and 29. RGB value is (229,74,41). Sum of RGB (Red+Green+Blue) = 229+74+41=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A29 is #1AB5D6. Grayscale: #747474. Windows color (decimal): -1750487 or 2706149. OLE color: 2706149.

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

Color convert

RGB 229 74 41 -
CMYK 0 0.68 0.82 0.10
HSL 10.53º 0.78% 0.53% -
HSV(B) 10.53º 0.82% 0.9% -
XYZ 35.16 21.72 4.44 -
YUV 116.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 229 74 41 0 0.68 0.82 0.10 10.53 0.78 0.53
Hex E5 4A 29 0 44 52 A B 4E 35
Octal 345 112 51 0 104 122 12 13 116 65
Binary 11100101 1001010 101001 0 1000100 1010010 1010 1011 1001110 110101

Color Harmonies of #E54A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A29

Black with #E54A29

Text Example


Text Example

White with #E54A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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