Html Css Color HEX #E54320 Cinnabar

📋 copy color: '#E54320'

red 229 ◦ green 67 ◦ blue 32

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

Shades of Cinnabar #E54320

Tints of Cinnabar #E54320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 69.82%
G = 20.43%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E54320 (or 0xE54320) is known color: Cinnabar. HEX triplet: E5, 43 and 20. RGB value is (229,67,32). Sum of RGB (Red+Green+Blue) = 229+67+32=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E54320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54320 is #1ABCDF. Grayscale: #6F6F6F. Windows color (decimal): -1752288 or 2114533. OLE color: 2114533.

HSL color Cylindrical-coordinate representation of color #E54320: hue angle of 10.66º 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 #E54320 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 67 32 -
CMYK 0 0.71 0.86 0.10
HSL 10.66º 0.79% 0.51% -
HSV(B) 10.66º 0.86% 0.9% -
XYZ 34.58 20.78 3.55 -
YUV 111.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 229 67 32 0 0.71 0.86 0.10 10.66 0.79 0.51
Hex E5 43 20 0 47 56 A B 4F 33
Octal 345 103 40 0 107 126 12 13 117 63
Binary 11100101 1000011 100000 0 1000111 1010110 1010 1011 1001111 110011

Color Harmonies of #E54320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54320

Black with #E54320

Text Example


Text Example

White with #E54320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54320; }

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

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

background-color css

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

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

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

border-color css

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

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

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