Html Css Color HEX #E3532A Cinnabar

📋 copy color: '#E3532A'

red 227 ◦ green 83 ◦ blue 42

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

Shades of Cinnabar #E3532A

Tints of Cinnabar #E3532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 64.49%
G = 23.58%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3532A (or 0xE3532A) is known color: Cinnabar. HEX triplet: E3, 53 and 2A. RGB value is (227,83,42). Sum of RGB (Red+Green+Blue) = 227+83+42=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3532A is #1CACD5. Grayscale: #797979. Windows color (decimal): -1879254 or 2773987. OLE color: 2773987.

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

Color convert

RGB 227 83 42 -
CMYK 0 0.63 0.81 0.11
HSL 13.3º 0.77% 0.53% -
HSV(B) 13.3º 0.81% 0.89% -
XYZ 35.19 22.68 4.71 -
YUV 121.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 227 83 42 0 0.63 0.81 0.11 13.3 0.77 0.53
Hex E3 53 2A 0 3F 51 B D 4D 35
Octal 343 123 52 0 77 121 13 15 115 65
Binary 11100011 1010011 101010 0 111111 1010001 1011 1101 1001101 110101

Color Harmonies of #E3532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3532A

Black with #E3532A

Text Example


Text Example

White with #E3532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3532A; }

 p { color: rgb(227,83,42); }

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

background-color css

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

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

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

border-color css

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

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

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