Html Css Color HEX #E54A31 Cinnabar

📋 copy color: '#E54A31'

red 229 ◦ green 74 ◦ blue 49

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

Shades of Cinnabar #E54A31

Tints of Cinnabar #E54A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 65.06%
G = 21.02%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E54A31 (or 0xE54A31) is known color: Cinnabar. HEX triplet: E5, 4A and 31. RGB value is (229,74,49). Sum of RGB (Red+Green+Blue) = 229+74+49=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A31 is #1AB5CE. Grayscale: #757575. Windows color (decimal): -1750479 or 3230437. OLE color: 3230437.

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

Color convert

RGB 229 74 49 -
CMYK 0 0.68 0.79 0.10
HSL 8.33º 0.78% 0.55% -
HSV(B) 8.33º 0.79% 0.9% -
XYZ 35.32 21.78 5.25 -
YUV 117.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 229 74 49 0 0.68 0.79 0.10 8.33 0.78 0.55
Hex E5 4A 31 0 44 4F A 8 4E 37
Octal 345 112 61 0 104 117 12 10 116 67
Binary 11100101 1001010 110001 0 1000100 1001111 1010 1000 1001110 110111

Color Harmonies of #E54A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A31

Black with #E54A31

Text Example


Text Example

White with #E54A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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