Html Css Color HEX #E1553A Cinnabar

📋 copy color: '#E1553A'

red 225 ◦ green 85 ◦ blue 58

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

Shades of Cinnabar #E1553A

Tints of Cinnabar #E1553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 61.14%
G = 23.1%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1553A (or 0xE1553A) is known color: Cinnabar. HEX triplet: E1, 55 and 3A. RGB value is (225,85,58). Sum of RGB (Red+Green+Blue) = 225+85+58=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1553A is #1EAAC5. Grayscale: #7C7C7C. Windows color (decimal): -2009798 or 3823073. OLE color: 3823073.

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

Color convert

RGB 225 85 58 -
CMYK 0 0.62 0.74 0.12
HSL 9.7º 0.74% 0.55% -
HSV(B) 9.7º 0.74% 0.88% -
XYZ 35.06 22.81 6.56 -
YUV 123.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 225 85 58 0 0.62 0.74 0.12 9.7 0.74 0.55
Hex E1 55 3A 0 3E 4A C A 4A 37
Octal 341 125 72 0 76 112 14 12 112 67
Binary 11100001 1010101 111010 0 111110 1001010 1100 1010 1001010 110111

Color Harmonies of #E1553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1553A

Black with #E1553A

Text Example


Text Example

White with #E1553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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