Html Css Color HEX #E4372A Cinnabar

📋 copy color: '#E4372A'

red 228 ◦ green 55 ◦ blue 42

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

Shades of Cinnabar #E4372A

Tints of Cinnabar #E4372A

RGB

 RED value IS 228 (89.45% from 255) = 70.15%

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

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

R = 70.15%
G = 16.92%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4372A (or 0xE4372A) is known color: Cinnabar. HEX triplet: E4, 37 and 2A. RGB value is (228,55,42). Sum of RGB (Red+Green+Blue) = 228+55+42=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4372A is #1BC8D5. Grayscale: #696969. Windows color (decimal): -1820886 or 2766820. OLE color: 2766820.

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

Color convert

RGB 228 55 42 -
CMYK 0 0.76 0.82 0.11
HSL 4.19º 0.78% 0.53% -
HSV(B) 4.19º 0.82% 0.89% -
XYZ 33.78 19.39 4.15 -
YUV 105.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 228 55 42 0 0.76 0.82 0.11 4.19 0.78 0.53
Hex E4 37 2A 0 4C 52 B 4 4E 35
Octal 344 67 52 0 114 122 13 4 116 65
Binary 11100100 110111 101010 0 1001100 1010010 1011 100 1001110 110101

Color Harmonies of #E4372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4372A

Black with #E4372A

Text Example


Text Example

White with #E4372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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