Html Css Color HEX #E14435 Cinnabar

📋 copy color: '#E14435'

red 225 ◦ green 68 ◦ blue 53

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

Shades of Cinnabar #E14435

Tints of Cinnabar #E14435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

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

R = 65.03%
G = 19.65%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E14435 (or 0xE14435) is known color: Cinnabar. HEX triplet: E1, 44 and 35. RGB value is (225,68,53). Sum of RGB (Red+Green+Blue) = 225+68+53=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E14435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14435 is #1EBBCA. Grayscale: #717171. Windows color (decimal): -2014155 or 3491041. OLE color: 3491041.

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

Color convert

RGB 225 68 53 -
CMYK 0 0.70 0.76 0.12
HSL 5.23º 0.74% 0.55% -
HSV(B) 5.23º 0.76% 0.88% -
XYZ 33.76 20.4 5.53 -
YUV 113.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 225 68 53 0 0.70 0.76 0.12 5.23 0.74 0.55
Hex E1 44 35 0 46 4C C 5 4A 37
Octal 341 104 65 0 106 114 14 5 112 67
Binary 11100001 1000100 110101 0 1000110 1001100 1100 101 1001010 110111

Color Harmonies of #E14435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14435

Black with #E14435

Text Example


Text Example

White with #E14435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14435; }

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

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

background-color css

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

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

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

border-color css

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

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

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