Html Css Color HEX #E13824 Cinnabar

📋 copy color: '#E13824'

red 225 ◦ green 56 ◦ blue 36

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

Shades of Cinnabar #E13824

Tints of Cinnabar #E13824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 70.98%
G = 17.67%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E13824 (or 0xE13824) is known color: Cinnabar. HEX triplet: E1, 38 and 24. RGB value is (225,56,36). Sum of RGB (Red+Green+Blue) = 225+56+36=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E13824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13824 is #1EC7DB. Grayscale: #686868. Windows color (decimal): -2017244 or 2373857. OLE color: 2373857.

HSL color Cylindrical-coordinate representation of color #E13824: hue angle of 6.35º 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 #E13824 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 56 36 -
CMYK 0 0.75 0.84 0.12
HSL 6.35º 0.76% 0.51% -
HSV(B) 6.35º 0.84% 0.88% -
XYZ 32.78 18.96 3.6 -
YUV 104.25 89.49 214.13 -
System Red Green Blue C M Y K H S L
Decimal 225 56 36 0 0.75 0.84 0.12 6.35 0.76 0.51
Hex E1 38 24 0 4B 54 C 6 4C 33
Octal 341 70 44 0 113 124 14 6 114 63
Binary 11100001 111000 100100 0 1001011 1010100 1100 110 1001100 110011

Color Harmonies of #E13824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13824

Black with #E13824

Text Example


Text Example

White with #E13824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13824; }

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

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

background-color css

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

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

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

border-color css

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

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

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