Html Css Color HEX #E32C28 Cinnabar

📋 copy color: '#E32C28'

red 227 ◦ green 44 ◦ blue 40

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

Shades of Cinnabar #E32C28

Tints of Cinnabar #E32C28

RGB

 RED value IS 227 (89.06% from 255) = 72.99%

 GREEN value IS 44 (17.58% from 255) = 14.15%

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 72.99%
G = 14.15%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E32C28 (or 0xE32C28) is known color: Cinnabar. HEX triplet: E3, 2C and 28. RGB value is (227,44,40). Sum of RGB (Red+Green+Blue) = 227+44+40=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C28 is #1CD3D7. Grayscale: #626262. Windows color (decimal): -1889240 or 2632931. OLE color: 2632931.

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

Color convert

RGB 227 44 40 -
CMYK 0 0.81 0.82 0.11
HSL 1.28º 0.77% 0.52% -
HSV(B) 1.28º 0.82% 0.89% -
XYZ 32.96 18.29 3.8 -
YUV 98.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 227 44 40 0 0.81 0.82 0.11 1.28 0.77 0.52
Hex E3 2C 28 0 51 52 B 1 4D 34
Octal 343 54 50 0 121 122 13 1 115 64
Binary 11100011 101100 101000 0 1010001 1010010 1011 1 1001101 110100

Color Harmonies of #E32C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32C28

Black with #E32C28

Text Example


Text Example

White with #E32C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32C28; }

 p { color: rgb(227,44,40); }

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

background-color css

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

 a { background-color: rgb(227,44,40); }

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

border-color css

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

 span { border-color: rgb(227,44,40); }

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