Html Css Color HEX #E5372A Cinnabar

📋 copy color: '#E5372A'

red 229 ◦ green 55 ◦ blue 42

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

Shades of Cinnabar #E5372A

Tints of Cinnabar #E5372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 70.25%
G = 16.87%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5372A (or 0xE5372A) is known color: Cinnabar. HEX triplet: E5, 37 and 2A. RGB value is (229,55,42). Sum of RGB (Red+Green+Blue) = 229+55+42=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5372A is #1AC8D5. Grayscale: #696969. Windows color (decimal): -1755350 or 2766821. OLE color: 2766821.

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

Color convert

RGB 229 55 42 -
CMYK 0 0.76 0.82 0.10
HSL 4.17º 0.78% 0.53% -
HSV(B) 4.17º 0.82% 0.9% -
XYZ 34.1 19.56 4.17 -
YUV 105.54 92.15 216.06 -
System Red Green Blue C M Y K H S L
Decimal 229 55 42 0 0.76 0.82 0.10 4.17 0.78 0.53
Hex E5 37 2A 0 4C 52 A 4 4E 35
Octal 345 67 52 0 114 122 12 4 116 65
Binary 11100101 110111 101010 0 1001100 1010010 1010 100 1001110 110101

Color Harmonies of #E5372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5372A

Black with #E5372A

Text Example


Text Example

White with #E5372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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