Html Css Color HEX #E13A24 Cinnabar

📋 copy color: '#E13A24'

red 225 ◦ green 58 ◦ blue 36

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

Shades of Cinnabar #E13A24

Tints of Cinnabar #E13A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 36 (14.45% from 255) = 11.29%

R = 70.53%
G = 18.18%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E13A24 (or 0xE13A24) is known color: Cinnabar. HEX triplet: E1, 3A and 24. RGB value is (225,58,36). Sum of RGB (Red+Green+Blue) = 225+58+36=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A24 is #1EC5DB. Grayscale: #696969. Windows color (decimal): -2016732 or 2374369. OLE color: 2374369.

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

Color convert

RGB 225 58 36 -
CMYK 0 0.74 0.84 0.12
HSL 6.98º 0.76% 0.51% -
HSV(B) 6.98º 0.84% 0.88% -
XYZ 32.88 19.16 3.63 -
YUV 105.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 225 58 36 0 0.74 0.84 0.12 6.98 0.76 0.51
Hex E1 3A 24 0 4A 54 C 7 4C 33
Octal 341 72 44 0 112 124 14 7 114 63
Binary 11100001 111010 100100 0 1001010 1010100 1100 111 1001100 110011

Color Harmonies of #E13A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A24

Black with #E13A24

Text Example


Text Example

White with #E13A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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