Html Css Color HEX #E3502C Cinnabar

📋 copy color: '#E3502C'

red 227 ◦ green 80 ◦ blue 44

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

Shades of Cinnabar #E3502C

Tints of Cinnabar #E3502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 64.67%
G = 22.79%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3502C (or 0xE3502C) is known color: Cinnabar. HEX triplet: E3, 50 and 2C. RGB value is (227,80,44). Sum of RGB (Red+Green+Blue) = 227+80+44=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3502C is #1CAFD3. Grayscale: #787878. Windows color (decimal): -1880020 or 2904291. OLE color: 2904291.

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

Color convert

RGB 227 80 44 -
CMYK 0 0.65 0.81 0.11
HSL 11.8º 0.77% 0.53% -
HSV(B) 11.8º 0.81% 0.89% -
XYZ 35 22.25 4.83 -
YUV 119.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 227 80 44 0 0.65 0.81 0.11 11.8 0.77 0.53
Hex E3 50 2C 0 41 51 B C 4D 35
Octal 343 120 54 0 101 121 13 14 115 65
Binary 11100011 1010000 101100 0 1000001 1010001 1011 1100 1001101 110101

Color Harmonies of #E3502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3502C

Black with #E3502C

Text Example


Text Example

White with #E3502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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