Html Css Color HEX #E54A27 Cinnabar

📋 copy color: '#E54A27'

red 229 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #E54A27

Tints of Cinnabar #E54A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 66.96%
G = 21.64%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E54A27 (or 0xE54A27) is known color: Cinnabar. HEX triplet: E5, 4A and 27. RGB value is (229,74,39). Sum of RGB (Red+Green+Blue) = 229+74+39=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A27 is #1AB5D8. Grayscale: #747474. Windows color (decimal): -1750489 or 2575077. OLE color: 2575077.

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

Color convert

RGB 229 74 39 -
CMYK 0 0.68 0.83 0.10
HSL 11.05º 0.79% 0.53% -
HSV(B) 11.05º 0.83% 0.9% -
XYZ 35.13 21.7 4.26 -
YUV 116.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 229 74 39 0 0.68 0.83 0.10 11.05 0.79 0.53
Hex E5 4A 27 0 44 53 A B 4F 35
Octal 345 112 47 0 104 123 12 13 117 65
Binary 11100101 1001010 100111 0 1000100 1010011 1010 1011 1001111 110101

Color Harmonies of #E54A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A27

Black with #E54A27

Text Example


Text Example

White with #E54A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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