Html Css Color HEX #E13726 Cinnabar

📋 copy color: '#E13726'

red 225 ◦ green 55 ◦ blue 38

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

Shades of Cinnabar #E13726

Tints of Cinnabar #E13726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 70.75%
G = 17.3%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E13726 (or 0xE13726) is known color: Cinnabar. HEX triplet: E1, 37 and 26. RGB value is (225,55,38). Sum of RGB (Red+Green+Blue) = 225+55+38=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E13726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13726 is #1EC8D9. Grayscale: #686868. Windows color (decimal): -2017498 or 2504673. OLE color: 2504673.

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

Color convert

RGB 225 55 38 -
CMYK 0 0.76 0.83 0.12
HSL 5.45º 0.76% 0.52% -
HSV(B) 5.45º 0.83% 0.88% -
XYZ 32.77 18.88 3.75 -
YUV 103.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 225 55 38 0 0.76 0.83 0.12 5.45 0.76 0.52
Hex E1 37 26 0 4C 53 C 5 4C 34
Octal 341 67 46 0 114 123 14 5 114 64
Binary 11100001 110111 100110 0 1001100 1010011 1100 101 1001100 110100

Color Harmonies of #E13726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13726

Black with #E13726

Text Example


Text Example

White with #E13726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13726; }

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

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

background-color css

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

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

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

border-color css

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

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

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