Html Css Color HEX #E1553D Cinnabar

📋 copy color: '#E1553D'

red 225 ◦ green 85 ◦ blue 61

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

Shades of Cinnabar #E1553D

Tints of Cinnabar #E1553D

RGB

 RED value IS 225 (88.28% from 255) = 60.65%

 GREEN value IS 85 (33.59% from 255) = 22.91%

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

R = 60.65%
G = 22.91%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1553D (or 0xE1553D) is known color: Cinnabar. HEX triplet: E1, 55 and 3D. RGB value is (225,85,61). Sum of RGB (Red+Green+Blue) = 225+85+61=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1553D is #1EAAC2. Grayscale: #7C7C7C. Windows color (decimal): -2009795 or 4019681. OLE color: 4019681.

HSL color Cylindrical-coordinate representation of color #E1553D: hue angle of 8.78º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1553D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 61 -
CMYK 0 0.62 0.73 0.12
HSL 8.78º 0.73% 0.56% -
HSV(B) 8.78º 0.73% 0.88% -
XYZ 35.14 22.84 6.97 -
YUV 124.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 225 85 61 0 0.62 0.73 0.12 8.78 0.73 0.56
Hex E1 55 3D 0 3E 49 C 9 49 38
Octal 341 125 75 0 76 111 14 11 111 70
Binary 11100001 1010101 111101 0 111110 1001001 1100 1001 1001001 111000

Color Harmonies of #E1553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1553D

Black with #E1553D

Text Example


Text Example

White with #E1553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1553D; }

 p { color: rgb(225,85,61); }

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

background-color css

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

 a { background-color: rgb(225,85,61); }

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

border-color css

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

 span { border-color: rgb(225,85,61); }

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