Html Css Color HEX #E3503D Cinnabar

📋 copy color: '#E3503D'

red 227 ◦ green 80 ◦ blue 61

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

Shades of Cinnabar #E3503D

Tints of Cinnabar #E3503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 61.68%
G = 21.74%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E3503D (or 0xE3503D) is known color: Cinnabar. HEX triplet: E3, 50 and 3D. RGB value is (227,80,61). Sum of RGB (Red+Green+Blue) = 227+80+61=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E3503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3503D is #1CAFC2. Grayscale: #7A7A7A. Windows color (decimal): -1880003 or 4018403. OLE color: 4018403.

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

Color convert

RGB 227 80 61 -
CMYK 0 0.65 0.73 0.11
HSL 6.87º 0.75% 0.56% -
HSV(B) 6.87º 0.73% 0.89% -
XYZ 35.39 22.41 6.87 -
YUV 121.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 227 80 61 0 0.65 0.73 0.11 6.87 0.75 0.56
Hex E3 50 3D 0 41 49 B 7 4B 38
Octal 343 120 75 0 101 111 13 7 113 70
Binary 11100011 1010000 111101 0 1000001 1001001 1011 111 1001011 111000

Color Harmonies of #E3503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3503D

Black with #E3503D

Text Example


Text Example

White with #E3503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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