Html Css Color HEX #E5372E Cinnabar

📋 copy color: '#E5372E'

red 229 ◦ green 55 ◦ blue 46

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

Shades of Cinnabar #E5372E

Tints of Cinnabar #E5372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 69.39%
G = 16.67%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5372E (or 0xE5372E) is known color: Cinnabar. HEX triplet: E5, 37 and 2E. RGB value is (229,55,46). Sum of RGB (Red+Green+Blue) = 229+55+46=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5372E is #1AC8D1. Grayscale: #6A6A6A. Windows color (decimal): -1755346 or 3028965. OLE color: 3028965.

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

Color convert

RGB 229 55 46 -
CMYK 0 0.76 0.80 0.10
HSL 2.95º 0.78% 0.54% -
HSV(B) 2.95º 0.8% 0.9% -
XYZ 34.17 19.59 4.56 -
YUV 106 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 229 55 46 0 0.76 0.80 0.10 2.95 0.78 0.54
Hex E5 37 2E 0 4C 50 A 3 4E 36
Octal 345 67 56 0 114 120 12 3 116 66
Binary 11100101 110111 101110 0 1001100 1010000 1010 11 1001110 110110

Color Harmonies of #E5372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5372E

Black with #E5372E

Text Example


Text Example

White with #E5372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5372E; }

 p { color: rgb(229,55,46); }

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

background-color css

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

 a { background-color: rgb(229,55,46); }

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

border-color css

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

 span { border-color: rgb(229,55,46); }

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