Html Css Color HEX #E5342C Cinnabar

📋 copy color: '#E5342C'

red 229 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #E5342C

Tints of Cinnabar #E5342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 70.46%
G = 16%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5342C (or 0xE5342C) is known color: Cinnabar. HEX triplet: E5, 34 and 2C. RGB value is (229,52,44). Sum of RGB (Red+Green+Blue) = 229+52+44=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5342C is #1ACBD3. Grayscale: #686868. Windows color (decimal): -1756116 or 2897125. OLE color: 2897125.

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

Color convert

RGB 229 52 44 -
CMYK 0 0.77 0.81 0.10
HSL 2.59º 0.78% 0.54% -
HSV(B) 2.59º 0.81% 0.9% -
XYZ 34 19.3 4.32 -
YUV 104.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 229 52 44 0 0.77 0.81 0.10 2.59 0.78 0.54
Hex E5 34 2C 0 4D 51 A 3 4E 36
Octal 345 64 54 0 115 121 12 3 116 66
Binary 11100101 110100 101100 0 1001101 1010001 1010 11 1001110 110110

Color Harmonies of #E5342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5342C

Black with #E5342C

Text Example


Text Example

White with #E5342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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