Html Css Color HEX #E14727 Cinnabar

📋 copy color: '#E14727'

red 225 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #E14727

Tints of Cinnabar #E14727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 67.16%
G = 21.19%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14727 (or 0xE14727) is known color: Cinnabar. HEX triplet: E1, 47 and 27. RGB value is (225,71,39). Sum of RGB (Red+Green+Blue) = 225+71+39=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E14727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14727 is #1EB8D8. Grayscale: #717171. Windows color (decimal): -2013401 or 2574305. OLE color: 2574305.

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

Color convert

RGB 225 71 39 -
CMYK 0 0.68 0.83 0.12
HSL 10.32º 0.76% 0.52% -
HSV(B) 10.32º 0.83% 0.88% -
XYZ 33.67 20.66 4.13 -
YUV 113.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 225 71 39 0 0.68 0.83 0.12 10.32 0.76 0.52
Hex E1 47 27 0 44 53 C A 4C 34
Octal 341 107 47 0 104 123 14 12 114 64
Binary 11100001 1000111 100111 0 1000100 1010011 1100 1010 1001100 110100

Color Harmonies of #E14727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14727

Black with #E14727

Text Example


Text Example

White with #E14727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14727; }

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

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

background-color css

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

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

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

border-color css

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

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

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