Html Css Color HEX #E14D23 Cinnabar

📋 copy color: '#E14D23'

red 225 ◦ green 77 ◦ blue 35

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

Shades of Cinnabar #E14D23

Tints of Cinnabar #E14D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 66.77%
G = 22.85%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14D23 (or 0xE14D23) is known color: Cinnabar. HEX triplet: E1, 4D and 23. RGB value is (225,77,35). Sum of RGB (Red+Green+Blue) = 225+77+35=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D23 is #1EB2DC. Grayscale: #747474. Windows color (decimal): -2011869 or 2313697. OLE color: 2313697.

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

Color convert

RGB 225 77 35 -
CMYK 0 0.66 0.84 0.12
HSL 13.26º 0.76% 0.51% -
HSV(B) 13.26º 0.84% 0.88% -
XYZ 34.01 21.44 3.94 -
YUV 116.46 82.03 205.42 -
System Red Green Blue C M Y K H S L
Decimal 225 77 35 0 0.66 0.84 0.12 13.26 0.76 0.51
Hex E1 4D 23 0 42 54 C D 4C 33
Octal 341 115 43 0 102 124 14 15 114 63
Binary 11100001 1001101 100011 0 1000010 1010100 1100 1101 1001100 110011

Color Harmonies of #E14D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D23

Black with #E14D23

Text Example


Text Example

White with #E14D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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