Html Css Color HEX #E54A20 Cinnabar

📋 copy color: '#E54A20'

red 229 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #E54A20

Tints of Cinnabar #E54A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 68.36%
G = 22.09%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E54A20 (or 0xE54A20) is known color: Cinnabar. HEX triplet: E5, 4A and 20. RGB value is (229,74,32). Sum of RGB (Red+Green+Blue) = 229+74+32=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A20 is #1AB5DF. Grayscale: #737373. Windows color (decimal): -1750496 or 2116325. OLE color: 2116325.

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

Color convert

RGB 229 74 32 -
CMYK 0 0.68 0.86 0.10
HSL 12.79º 0.79% 0.51% -
HSV(B) 12.79º 0.86% 0.9% -
XYZ 35.02 21.66 3.7 -
YUV 115.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 229 74 32 0 0.68 0.86 0.10 12.79 0.79 0.51
Hex E5 4A 20 0 44 56 A D 4F 33
Octal 345 112 40 0 104 126 12 15 117 63
Binary 11100101 1001010 100000 0 1000100 1010110 1010 1101 1001111 110011

Color Harmonies of #E54A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A20

Black with #E54A20

Text Example


Text Example

White with #E54A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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