Html Css Color HEX #E5341C Cinnabar

📋 copy color: '#E5341C'

red 229 ◦ green 52 ◦ blue 28

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

Shades of Cinnabar #E5341C

Tints of Cinnabar #E5341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 74.11%
G = 16.83%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5341C (or 0xE5341C) is known color: Cinnabar. HEX triplet: E5, 34 and 1C. RGB value is (229,52,28). Sum of RGB (Red+Green+Blue) = 229+52+28=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5341C is #1ACBE3. Grayscale: #666666. Windows color (decimal): -1756132 or 1848549. OLE color: 1848549.

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

Color convert

RGB 229 52 28 -
CMYK 0 0.77 0.88 0.10
HSL 7.16º 0.79% 0.5% -
HSV(B) 7.16º 0.88% 0.9% -
XYZ 33.75 19.2 3.03 -
YUV 102.19 86.14 218.45 -
System Red Green Blue C M Y K H S L
Decimal 229 52 28 0 0.77 0.88 0.10 7.16 0.79 0.5
Hex E5 34 1C 0 4D 58 A 7 4F 32
Octal 345 64 34 0 115 130 12 7 117 62
Binary 11100101 110100 11100 0 1001101 1011000 1010 111 1001111 110010

Color Harmonies of #E5341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5341C

Black with #E5341C

Text Example


Text Example

White with #E5341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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