Html Css Color HEX #E32B2B Cinnabar

📋 copy color: '#E32B2B'

red 227 ◦ green 43 ◦ blue 43

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

Shades of Cinnabar #E32B2B

Tints of Cinnabar #E32B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 72.52%
G = 13.74%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E32B2B (or 0xE32B2B) is known color: Cinnabar. HEX triplet: E3, 2B and 2B. RGB value is (227,43,43). Sum of RGB (Red+Green+Blue) = 227+43+43=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32B2B is #1CD4D4. Grayscale: #626262. Windows color (decimal): -1889493 or 2829283. OLE color: 2829283.

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

Color convert

RGB 227 43 43 -
CMYK 0 0.81 0.81 0.11
HSL 0.77% 0.53% -
HSV(B) 0.81% 0.89% -
XYZ 32.98 18.23 4.07 -
YUV 98.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 227 43 43 0 0.81 0.81 0.11 0 0.77 0.53
Hex E3 2B 2B 0 51 51 B 0 4D 35
Octal 343 53 53 0 121 121 13 0 115 65
Binary 11100011 101011 101011 0 1010001 1010001 1011 0 1001101 110101

Color Harmonies of #E32B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32B2B

Black with #E32B2B

Text Example


Text Example

White with #E32B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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