Html Css Color HEX #E13C29 Cinnabar

📋 copy color: '#E13C29'

red 225 ◦ green 60 ◦ blue 41

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

Shades of Cinnabar #E13C29

Tints of Cinnabar #E13C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 69.02%
G = 18.4%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E13C29 (or 0xE13C29) is known color: Cinnabar. HEX triplet: E1, 3C and 29. RGB value is (225,60,41). Sum of RGB (Red+Green+Blue) = 225+60+41=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C29 is #1EC3D6. Grayscale: #6B6B6B. Windows color (decimal): -2016215 or 2702561. OLE color: 2702561.

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

Color convert

RGB 225 60 41 -
CMYK 0 0.73 0.82 0.12
HSL 6.2º 0.75% 0.52% -
HSV(B) 6.2º 0.82% 0.88% -
XYZ 33.07 19.4 4.1 -
YUV 107.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 225 60 41 0 0.73 0.82 0.12 6.2 0.75 0.52
Hex E1 3C 29 0 49 52 C 6 4B 34
Octal 341 74 51 0 111 122 14 6 113 64
Binary 11100001 111100 101001 0 1001001 1010010 1100 110 1001011 110100

Color Harmonies of #E13C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C29

Black with #E13C29

Text Example


Text Example

White with #E13C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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