Html Css Color HEX #E13127 Cinnabar

📋 copy color: '#E13127'

red 225 ◦ green 49 ◦ blue 39

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

Shades of Cinnabar #E13127

Tints of Cinnabar #E13127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 71.88%
G = 15.65%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E13127 (or 0xE13127) is known color: Cinnabar. HEX triplet: E1, 31 and 27. RGB value is (225,49,39). Sum of RGB (Red+Green+Blue) = 225+49+39=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E13127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13127 is #1ECED8. Grayscale: #646464. Windows color (decimal): -2019033 or 2568673. OLE color: 2568673.

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

Color convert

RGB 225 49 39 -
CMYK 0 0.78 0.83 0.12
HSL 3.23º 0.76% 0.52% -
HSV(B) 3.23º 0.83% 0.88% -
XYZ 32.52 18.35 3.75 -
YUV 100.48 93.31 216.81 -
System Red Green Blue C M Y K H S L
Decimal 225 49 39 0 0.78 0.83 0.12 3.23 0.76 0.52
Hex E1 31 27 0 4E 53 C 3 4C 34
Octal 341 61 47 0 116 123 14 3 114 64
Binary 11100001 110001 100111 0 1001110 1010011 1100 11 1001100 110100

Color Harmonies of #E13127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13127

Black with #E13127

Text Example


Text Example

White with #E13127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13127; }

 p { color: rgb(225,49,39); }

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

background-color css

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

 a { background-color: rgb(225,49,39); }

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

border-color css

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

 span { border-color: rgb(225,49,39); }

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