Html Css Color HEX #E5342D Cinnabar

📋 copy color: '#E5342D'

red 229 ◦ green 52 ◦ blue 45

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

Shades of Cinnabar #E5342D

Tints of Cinnabar #E5342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 70.25%
G = 15.95%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5342D (or 0xE5342D) is known color: Cinnabar. HEX triplet: E5, 34 and 2D. RGB value is (229,52,45). Sum of RGB (Red+Green+Blue) = 229+52+45=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5342D is #1ACBD2. Grayscale: #686868. Windows color (decimal): -1756115 or 2962661. OLE color: 2962661.

HSL color Cylindrical-coordinate representation of color #E5342D: hue angle of 2.28º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5342D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 45 -
CMYK 0 0.77 0.80 0.10
HSL 2.28º 0.78% 0.54% -
HSV(B) 2.28º 0.8% 0.9% -
XYZ 34.01 19.3 4.42 -
YUV 104.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 229 52 45 0 0.77 0.80 0.10 2.28 0.78 0.54
Hex E5 34 2D 0 4D 50 A 2 4E 36
Octal 345 64 55 0 115 120 12 2 116 66
Binary 11100101 110100 101101 0 1001101 1010000 1010 10 1001110 110110

Color Harmonies of #E5342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5342D

Black with #E5342D

Text Example


Text Example

White with #E5342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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