Html Css Color HEX #E14A27 Cinnabar

📋 copy color: '#E14A27'

red 225 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #E14A27

Tints of Cinnabar #E14A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

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

R = 66.57%
G = 21.89%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14A27 (or 0xE14A27) is known color: Cinnabar. HEX triplet: E1, 4A and 27. RGB value is (225,74,39). Sum of RGB (Red+Green+Blue) = 225+74+39=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A27 is #1EB5D8. Grayscale: #737373. Windows color (decimal): -2012633 or 2575073. OLE color: 2575073.

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

Color convert

RGB 225 74 39 -
CMYK 0 0.67 0.83 0.12
HSL 11.29º 0.76% 0.52% -
HSV(B) 11.29º 0.83% 0.88% -
XYZ 33.87 21.05 4.2 -
YUV 115.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 225 74 39 0 0.67 0.83 0.12 11.29 0.76 0.52
Hex E1 4A 27 0 43 53 C B 4C 34
Octal 341 112 47 0 103 123 14 13 114 64
Binary 11100001 1001010 100111 0 1000011 1010011 1100 1011 1001100 110100

Color Harmonies of #E14A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A27

Black with #E14A27

Text Example


Text Example

White with #E14A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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