Html Css Color HEX #E13625 Cinnabar

📋 copy color: '#E13625'

red 225 ◦ green 54 ◦ blue 37

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

Shades of Cinnabar #E13625

Tints of Cinnabar #E13625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 71.2%
G = 17.09%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E13625 (or 0xE13625) is known color: Cinnabar. HEX triplet: E1, 36 and 25. RGB value is (225,54,37). Sum of RGB (Red+Green+Blue) = 225+54+37=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E13625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13625 is #1EC9DA. Grayscale: #676767. Windows color (decimal): -2017755 or 2438881. OLE color: 2438881.

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

Color convert

RGB 225 54 37 -
CMYK 0 0.76 0.84 0.12
HSL 5.43º 0.76% 0.51% -
HSV(B) 5.43º 0.84% 0.88% -
XYZ 32.7 18.78 3.65 -
YUV 103.19 90.65 214.88 -
System Red Green Blue C M Y K H S L
Decimal 225 54 37 0 0.76 0.84 0.12 5.43 0.76 0.51
Hex E1 36 25 0 4C 54 C 5 4C 33
Octal 341 66 45 0 114 124 14 5 114 63
Binary 11100001 110110 100101 0 1001100 1010100 1100 101 1001100 110011

Color Harmonies of #E13625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13625

Black with #E13625

Text Example


Text Example

White with #E13625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13625; }

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

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

background-color css

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

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

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

border-color css

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

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

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