Html Css Color HEX #E14535 Cinnabar

📋 copy color: '#E14535'

red 225 ◦ green 69 ◦ blue 53

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

Shades of Cinnabar #E14535

Tints of Cinnabar #E14535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 64.84%
G = 19.88%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E14535 (or 0xE14535) is known color: Cinnabar. HEX triplet: E1, 45 and 35. RGB value is (225,69,53). Sum of RGB (Red+Green+Blue) = 225+69+53=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E14535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14535 is #1EBACA. Grayscale: #727272. Windows color (decimal): -2013899 or 3491297. OLE color: 3491297.

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

Color convert

RGB 225 69 53 -
CMYK 0 0.69 0.76 0.12
HSL 5.58º 0.74% 0.55% -
HSV(B) 5.58º 0.76% 0.88% -
XYZ 33.82 20.52 5.55 -
YUV 113.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 225 69 53 0 0.69 0.76 0.12 5.58 0.74 0.55
Hex E1 45 35 0 45 4C C 6 4A 37
Octal 341 105 65 0 105 114 14 6 112 67
Binary 11100001 1000101 110101 0 1000101 1001100 1100 110 1001010 110111

Color Harmonies of #E14535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14535

Black with #E14535

Text Example


Text Example

White with #E14535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14535; }

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

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

background-color css

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

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

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

border-color css

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

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

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