Html Css Color HEX #E14823 Cinnabar

📋 copy color: '#E14823'

red 225 ◦ green 72 ◦ blue 35

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

Shades of Cinnabar #E14823

Tints of Cinnabar #E14823

RGB

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

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

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

R = 67.77%
G = 21.69%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14823 (or 0xE14823) is known color: Cinnabar. HEX triplet: E1, 48 and 23. RGB value is (225,72,35). Sum of RGB (Red+Green+Blue) = 225+72+35=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E14823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14823 is #1EB7DC. Grayscale: #717171. Windows color (decimal): -2013149 or 2312417. OLE color: 2312417.

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

Color convert

RGB 225 72 35 -
CMYK 0 0.68 0.84 0.12
HSL 11.68º 0.76% 0.51% -
HSV(B) 11.68º 0.84% 0.88% -
XYZ 33.67 20.76 3.82 -
YUV 113.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 225 72 35 0 0.68 0.84 0.12 11.68 0.76 0.51
Hex E1 48 23 0 44 54 C C 4C 33
Octal 341 110 43 0 104 124 14 14 114 63
Binary 11100001 1001000 100011 0 1000100 1010100 1100 1100 1001100 110011

Color Harmonies of #E14823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14823

Black with #E14823

Text Example


Text Example

White with #E14823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14823; }

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

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

background-color css

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

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

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

border-color css

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

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

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