Html Css Color HEX #E32C29 Cinnabar

📋 copy color: '#E32C29'

red 227 ◦ green 44 ◦ blue 41

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

Shades of Cinnabar #E32C29

Tints of Cinnabar #E32C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 72.76%
G = 14.1%
B = 13.14%

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

#E32C29 (or 0xE32C29) is known color: Cinnabar. HEX triplet: E3, 2C and 29. RGB value is (227,44,41). Sum of RGB (Red+Green+Blue) = 227+44+41=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C29 is #1CD3D6. Grayscale: #626262. Windows color (decimal): -1889239 or 2698467. OLE color: 2698467.

HSL color Cylindrical-coordinate representation of color #E32C29: hue angle of 0.97º 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 #E32C29 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 44 41 -
CMYK 0 0.81 0.82 0.11
HSL 0.97º 0.77% 0.53% -
HSV(B) 0.97º 0.82% 0.89% -
XYZ 32.98 18.29 3.89 -
YUV 98.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 227 44 41 0 0.81 0.82 0.11 0.97 0.77 0.53
Hex E3 2C 29 0 51 52 B 1 4D 35
Octal 343 54 51 0 121 122 13 1 115 65
Binary 11100011 101100 101001 0 1010001 1010010 1011 1 1001101 110101

Color Harmonies of #E32C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32C29

Black with #E32C29

Text Example


Text Example

White with #E32C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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