Html Css Color HEX #E13E32 Cinnabar

📋 copy color: '#E13E32'

red 225 ◦ green 62 ◦ blue 50

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

Shades of Cinnabar #E13E32

Tints of Cinnabar #E13E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 66.77%
G = 18.4%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E13E32 (or 0xE13E32) is known color: Cinnabar. HEX triplet: E1, 3E and 32. RGB value is (225,62,50). Sum of RGB (Red+Green+Blue) = 225+62+50=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E32 is #1EC1CD. Grayscale: #6D6D6D. Windows color (decimal): -2015694 or 3292897. OLE color: 3292897.

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

Color convert

RGB 225 62 50 -
CMYK 0 0.72 0.78 0.12
HSL 4.11º 0.74% 0.54% -
HSV(B) 4.11º 0.78% 0.88% -
XYZ 33.35 19.68 5.06 -
YUV 109.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 225 62 50 0 0.72 0.78 0.12 4.11 0.74 0.54
Hex E1 3E 32 0 48 4E C 4 4A 36
Octal 341 76 62 0 110 116 14 4 112 66
Binary 11100001 111110 110010 0 1001000 1001110 1100 100 1001010 110110

Color Harmonies of #E13E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E32

Black with #E13E32

Text Example


Text Example

White with #E13E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E32; }

 p { color: rgb(225,62,50); }

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

background-color css

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

 a { background-color: rgb(225,62,50); }

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

border-color css

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

 span { border-color: rgb(225,62,50); }

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