Html Css Color HEX #E13725 Cinnabar

📋 copy color: '#E13725'

red 225 ◦ green 55 ◦ blue 37

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

Shades of Cinnabar #E13725

Tints of Cinnabar #E13725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 70.98%
G = 17.35%
B = 11.67%

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

#E13725 (or 0xE13725) is known color: Cinnabar. HEX triplet: E1, 37 and 25. RGB value is (225,55,37). Sum of RGB (Red+Green+Blue) = 225+55+37=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E13725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13725 is #1EC8DA. Grayscale: #686868. Windows color (decimal): -2017499 or 2439137. OLE color: 2439137.

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

Color convert

RGB 225 55 37 -
CMYK 0 0.76 0.84 0.12
HSL 5.74º 0.76% 0.51% -
HSV(B) 5.74º 0.84% 0.88% -
XYZ 32.75 18.87 3.67 -
YUV 103.78 90.32 214.46 -
System Red Green Blue C M Y K H S L
Decimal 225 55 37 0 0.76 0.84 0.12 5.74 0.76 0.51
Hex E1 37 25 0 4C 54 C 6 4C 33
Octal 341 67 45 0 114 124 14 6 114 63
Binary 11100001 110111 100101 0 1001100 1010100 1100 110 1001100 110011

Color Harmonies of #E13725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13725

Black with #E13725

Text Example


Text Example

White with #E13725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13725; }

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

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

background-color css

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

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

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

border-color css

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

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

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