Html Css Color HEX #E14827 Cinnabar

📋 copy color: '#E14827'

red 225 ◦ green 72 ◦ blue 39

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

Shades of Cinnabar #E14827

Tints of Cinnabar #E14827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 66.96%
G = 21.43%
B = 11.61%

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

#E14827 (or 0xE14827) is known color: Cinnabar. HEX triplet: E1, 48 and 27. RGB value is (225,72,39). Sum of RGB (Red+Green+Blue) = 225+72+39=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14827 is #1EB7D8. Grayscale: #727272. Windows color (decimal): -2013145 or 2574561. OLE color: 2574561.

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

Color convert

RGB 225 72 39 -
CMYK 0 0.68 0.83 0.12
HSL 10.65º 0.76% 0.52% -
HSV(B) 10.65º 0.83% 0.88% -
XYZ 33.73 20.79 4.15 -
YUV 113.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 225 72 39 0 0.68 0.83 0.12 10.65 0.76 0.52
Hex E1 48 27 0 44 53 C B 4C 34
Octal 341 110 47 0 104 123 14 13 114 64
Binary 11100001 1001000 100111 0 1000100 1010011 1100 1011 1001100 110100

Color Harmonies of #E14827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14827

Black with #E14827

Text Example


Text Example

White with #E14827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14827; }

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

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

background-color css

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

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

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

border-color css

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

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

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