Html Css Color HEX #E33A2B Cinnabar

📋 copy color: '#E33A2B'

red 227 ◦ green 58 ◦ blue 43

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

Shades of Cinnabar #E33A2B

Tints of Cinnabar #E33A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 69.21%
G = 17.68%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E33A2B (or 0xE33A2B) is known color: Cinnabar. HEX triplet: E3, 3A and 2B. RGB value is (227,58,43). Sum of RGB (Red+Green+Blue) = 227+58+43=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A2B is #1CC5D4. Grayscale: #6B6B6B. Windows color (decimal): -1885653 or 2833123. OLE color: 2833123.

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

Color convert

RGB 227 58 43 -
CMYK 0 0.74 0.81 0.11
HSL 4.89º 0.77% 0.53% -
HSV(B) 4.89º 0.81% 0.89% -
XYZ 33.63 19.53 4.28 -
YUV 106.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 227 58 43 0 0.74 0.81 0.11 4.89 0.77 0.53
Hex E3 3A 2B 0 4A 51 B 5 4D 35
Octal 343 72 53 0 112 121 13 5 115 65
Binary 11100011 111010 101011 0 1001010 1010001 1011 101 1001101 110101

Color Harmonies of #E33A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33A2B

Black with #E33A2B

Text Example


Text Example

White with #E33A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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