Html Css Color HEX #E13325 Cinnabar

📋 copy color: '#E13325'

red 225 ◦ green 51 ◦ blue 37

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

Shades of Cinnabar #E13325

Tints of Cinnabar #E13325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 71.88%
G = 16.29%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E13325 (or 0xE13325) is known color: Cinnabar. HEX triplet: E1, 33 and 25. RGB value is (225,51,37). Sum of RGB (Red+Green+Blue) = 225+51+37=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E13325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13325 is #1ECCDA. Grayscale: #656565. Windows color (decimal): -2018523 or 2438113. OLE color: 2438113.

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

Color convert

RGB 225 51 37 -
CMYK 0 0.77 0.84 0.12
HSL 4.47º 0.76% 0.51% -
HSV(B) 4.47º 0.84% 0.88% -
XYZ 32.57 18.51 3.61 -
YUV 101.43 91.65 216.14 -
System Red Green Blue C M Y K H S L
Decimal 225 51 37 0 0.77 0.84 0.12 4.47 0.76 0.51
Hex E1 33 25 0 4D 54 C 4 4C 33
Octal 341 63 45 0 115 124 14 4 114 63
Binary 11100001 110011 100101 0 1001101 1010100 1100 100 1001100 110011

Color Harmonies of #E13325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13325

Black with #E13325

Text Example


Text Example

White with #E13325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13325; }

 p { color: rgb(225,51,37); }

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

background-color css

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

 a { background-color: rgb(225,51,37); }

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

border-color css

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

 span { border-color: rgb(225,51,37); }

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