Html Css Color HEX #E5341D Cinnabar

📋 copy color: '#E5341D'

red 229 ◦ green 52 ◦ blue 29

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

Shades of Cinnabar #E5341D

Tints of Cinnabar #E5341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 73.87%
G = 16.77%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5341D (or 0xE5341D) is known color: Cinnabar. HEX triplet: E5, 34 and 1D. RGB value is (229,52,29). Sum of RGB (Red+Green+Blue) = 229+52+29=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5341D is #1ACBE2. Grayscale: #666666. Windows color (decimal): -1756131 or 1914085. OLE color: 1914085.

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

Color convert

RGB 229 52 29 -
CMYK 0 0.77 0.87 0.10
HSL 6.9º 0.79% 0.51% -
HSV(B) 6.9º 0.87% 0.9% -
XYZ 33.76 19.2 3.09 -
YUV 102.3 86.64 218.37 -
System Red Green Blue C M Y K H S L
Decimal 229 52 29 0 0.77 0.87 0.10 6.9 0.79 0.51
Hex E5 34 1D 0 4D 57 A 7 4F 33
Octal 345 64 35 0 115 127 12 7 117 63
Binary 11100101 110100 11101 0 1001101 1010111 1010 111 1001111 110011

Color Harmonies of #E5341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5341D

Black with #E5341D

Text Example


Text Example

White with #E5341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5341D; }

 p { color: rgb(229,52,29); }

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

background-color css

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

 a { background-color: rgb(229,52,29); }

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

border-color css

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

 span { border-color: rgb(229,52,29); }

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