Html Css Color HEX #E32C20 Cinnabar

📋 copy color: '#E32C20'

red 227 ◦ green 44 ◦ blue 32

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

Shades of Cinnabar #E32C20

Tints of Cinnabar #E32C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 74.92%
G = 14.52%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E32C20 (or 0xE32C20) is known color: Cinnabar. HEX triplet: E3, 2C and 20. RGB value is (227,44,32). Sum of RGB (Red+Green+Blue) = 227+44+32=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C20 is #1CD3DF. Grayscale: #616161. Windows color (decimal): -1889248 or 2108643. OLE color: 2108643.

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

Color convert

RGB 227 44 32 -
CMYK 0 0.81 0.86 0.11
HSL 3.69º 0.78% 0.51% -
HSV(B) 3.69º 0.86% 0.89% -
XYZ 32.84 18.24 3.16 -
YUV 97.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 227 44 32 0 0.81 0.86 0.11 3.69 0.78 0.51
Hex E3 2C 20 0 51 56 B 4 4E 33
Octal 343 54 40 0 121 126 13 4 116 63
Binary 11100011 101100 100000 0 1010001 1010110 1011 100 1001110 110011

Color Harmonies of #E32C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32C20

Black with #E32C20

Text Example


Text Example

White with #E32C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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