Html Css Color HEX #E32B28 Cinnabar

📋 copy color: '#E32B28'

red 227 ◦ green 43 ◦ blue 40

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

Shades of Cinnabar #E32B28

Tints of Cinnabar #E32B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 73.23%
G = 13.87%
B = 12.9%

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

#E32B28 (or 0xE32B28) is known color: Cinnabar. HEX triplet: E3, 2B and 28. RGB value is (227,43,40). Sum of RGB (Red+Green+Blue) = 227+43+40=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32B28 is #1CD4D7. Grayscale: #616161. Windows color (decimal): -1889496 or 2632675. OLE color: 2632675.

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

Color convert

RGB 227 43 40 -
CMYK 0 0.81 0.82 0.11
HSL 0.96º 0.77% 0.52% -
HSV(B) 0.96º 0.82% 0.89% -
XYZ 32.93 18.21 3.79 -
YUV 97.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 227 43 40 0 0.81 0.82 0.11 0.96 0.77 0.52
Hex E3 2B 28 0 51 52 B 1 4D 34
Octal 343 53 50 0 121 122 13 1 115 64
Binary 11100011 101011 101000 0 1010001 1010010 1011 1 1001101 110100

Color Harmonies of #E32B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32B28

Black with #E32B28

Text Example


Text Example

White with #E32B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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