Html Css Color HEX #E14E23 Cinnabar

📋 copy color: '#E14E23'

red 225 ◦ green 78 ◦ blue 35

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

Shades of Cinnabar #E14E23

Tints of Cinnabar #E14E23

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

 BLUE value IS 35 (14.06% from 255) = 10.36%

R = 66.57%
G = 23.08%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14E23 (or 0xE14E23) is known color: Cinnabar. HEX triplet: E1, 4E and 23. RGB value is (225,78,35). Sum of RGB (Red+Green+Blue) = 225+78+35=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E23 is #1EB1DC. Grayscale: #757575. Windows color (decimal): -2011613 or 2313953. OLE color: 2313953.

HSL color Cylindrical-coordinate representation of color #E14E23: hue angle of 13.58º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E14E23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 78 35 -
CMYK 0 0.65 0.84 0.12
HSL 13.58º 0.76% 0.51% -
HSV(B) 13.58º 0.84% 0.88% -
XYZ 34.08 21.58 3.96 -
YUV 117.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 225 78 35 0 0.65 0.84 0.12 13.58 0.76 0.51
Hex E1 4E 23 0 41 54 C E 4C 33
Octal 341 116 43 0 101 124 14 16 114 63
Binary 11100001 1001110 100011 0 1000001 1010100 1100 1110 1001100 110011

Color Harmonies of #E14E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E23

Black with #E14E23

Text Example


Text Example

White with #E14E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E23; }

 p { color: rgb(225,78,35); }

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

background-color css

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

 a { background-color: rgb(225,78,35); }

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

border-color css

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

 span { border-color: rgb(225,78,35); }

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