Html Css Color HEX #E14527 Cinnabar

📋 copy color: '#E14527'

red 225 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #E14527

Tints of Cinnabar #E14527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 67.57%
G = 20.72%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14527 (or 0xE14527) is known color: Cinnabar. HEX triplet: E1, 45 and 27. RGB value is (225,69,39). Sum of RGB (Red+Green+Blue) = 225+69+39=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E14527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14527 is #1EBAD8. Grayscale: #707070. Windows color (decimal): -2013913 or 2573793. OLE color: 2573793.

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

Color convert

RGB 225 69 39 -
CMYK 0 0.69 0.83 0.12
HSL 9.68º 0.76% 0.52% -
HSV(B) 9.68º 0.83% 0.88% -
XYZ 33.55 20.41 4.09 -
YUV 112.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 225 69 39 0 0.69 0.83 0.12 9.68 0.76 0.52
Hex E1 45 27 0 45 53 C A 4C 34
Octal 341 105 47 0 105 123 14 12 114 64
Binary 11100001 1000101 100111 0 1000101 1010011 1100 1010 1001100 110100

Color Harmonies of #E14527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14527

Black with #E14527

Text Example


Text Example

White with #E14527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14527; }

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

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

background-color css

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

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

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

border-color css

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

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

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