Html Css Color HEX #E14538 Cinnabar

📋 copy color: '#E14538'

red 225 ◦ green 69 ◦ blue 56

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

Shades of Cinnabar #E14538

Tints of Cinnabar #E14538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

 BLUE value IS 56 (22.27% from 255) = 16%

R = 64.29%
G = 19.71%
B = 16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E14538 (or 0xE14538) is known color: Cinnabar. HEX triplet: E1, 45 and 38. RGB value is (225,69,56). Sum of RGB (Red+Green+Blue) = 225+69+56=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E14538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14538 is #1EBAC7. Grayscale: #727272. Windows color (decimal): -2013896 or 3687905. OLE color: 3687905.

HSL color Cylindrical-coordinate representation of color #E14538: hue angle of 4.62º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E14538 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 56 -
CMYK 0 0.69 0.75 0.12
HSL 4.62º 0.74% 0.55% -
HSV(B) 4.62º 0.75% 0.88% -
XYZ 33.89 20.55 5.92 -
YUV 114.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 225 69 56 0 0.69 0.75 0.12 4.62 0.74 0.55
Hex E1 45 38 0 45 4B C 5 4A 37
Octal 341 105 70 0 105 113 14 5 112 67
Binary 11100001 1000101 111000 0 1000101 1001011 1100 101 1001010 110111

Color Harmonies of #E14538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14538

Black with #E14538

Text Example


Text Example

White with #E14538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14538; }

 p { color: rgb(225,69,56); }

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

background-color css

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

 a { background-color: rgb(225,69,56); }

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

border-color css

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

 span { border-color: rgb(225,69,56); }

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