Html Css Color HEX #E13C37 Cinnabar

📋 copy color: '#E13C37'

red 225 ◦ green 60 ◦ blue 55

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

Shades of Cinnabar #E13C37

Tints of Cinnabar #E13C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 66.18%
G = 17.65%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E13C37 (or 0xE13C37) is known color: Cinnabar. HEX triplet: E1, 3C and 37. RGB value is (225,60,55). Sum of RGB (Red+Green+Blue) = 225+60+55=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C37 is #1EC3C8. Grayscale: #6C6C6C. Windows color (decimal): -2016201 or 3620065. OLE color: 3620065.

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

Color convert

RGB 225 60 55 -
CMYK 0 0.73 0.76 0.12
HSL 1.76º 0.74% 0.55% -
HSV(B) 1.76º 0.76% 0.88% -
XYZ 33.36 19.52 5.62 -
YUV 108.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 225 60 55 0 0.73 0.76 0.12 1.76 0.74 0.55
Hex E1 3C 37 0 49 4C C 2 4A 37
Octal 341 74 67 0 111 114 14 2 112 67
Binary 11100001 111100 110111 0 1001001 1001100 1100 10 1001010 110111

Color Harmonies of #E13C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C37

Black with #E13C37

Text Example


Text Example

White with #E13C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C37; }

 p { color: rgb(225,60,55); }

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

background-color css

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

 a { background-color: rgb(225,60,55); }

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

border-color css

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

 span { border-color: rgb(225,60,55); }

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