Html Css Color HEX #E14627 Cinnabar

📋 copy color: '#E14627'

red 225 ◦ green 70 ◦ blue 39

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

Shades of Cinnabar #E14627

Tints of Cinnabar #E14627

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 67.37%
G = 20.96%
B = 11.68%

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

#E14627 (or 0xE14627) is known color: Cinnabar. HEX triplet: E1, 46 and 27. RGB value is (225,70,39). Sum of RGB (Red+Green+Blue) = 225+70+39=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E14627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14627 is #1EB9D8. Grayscale: #717171. Windows color (decimal): -2013657 or 2574049. OLE color: 2574049.

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

Color convert

RGB 225 70 39 -
CMYK 0 0.69 0.83 0.12
HSL 10º 0.76% 0.52% -
HSV(B) 10º 0.83% 0.88% -
XYZ 33.61 20.53 4.11 -
YUV 112.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 225 70 39 0 0.69 0.83 0.12 10 0.76 0.52
Hex E1 46 27 0 45 53 C A 4C 34
Octal 341 106 47 0 105 123 14 12 114 64
Binary 11100001 1000110 100111 0 1000101 1010011 1100 1010 1001100 110100

Color Harmonies of #E14627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14627

Black with #E14627

Text Example


Text Example

White with #E14627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14627; }

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

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

background-color css

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

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

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

border-color css

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

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

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