Html Css Color HEX #E14530 Cinnabar

📋 copy color: '#E14530'

red 225 ◦ green 69 ◦ blue 48

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

Shades of Cinnabar #E14530

Tints of Cinnabar #E14530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 65.79%
G = 20.18%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E14530 (or 0xE14530) is known color: Cinnabar. HEX triplet: E1, 45 and 30. RGB value is (225,69,48). Sum of RGB (Red+Green+Blue) = 225+69+48=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E14530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14530 is #1EBACF. Grayscale: #717171. Windows color (decimal): -2013904 or 3163617. OLE color: 3163617.

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

Color convert

RGB 225 69 48 -
CMYK 0 0.69 0.79 0.12
HSL 7.12º 0.75% 0.54% -
HSV(B) 7.12º 0.79% 0.88% -
XYZ 33.71 20.48 4.97 -
YUV 113.25 91.18 207.71 -
System Red Green Blue C M Y K H S L
Decimal 225 69 48 0 0.69 0.79 0.12 7.12 0.75 0.54
Hex E1 45 30 0 45 4F C 7 4B 36
Octal 341 105 60 0 105 117 14 7 113 66
Binary 11100001 1000101 110000 0 1000101 1001111 1100 111 1001011 110110

Color Harmonies of #E14530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14530

Black with #E14530

Text Example


Text Example

White with #E14530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14530; }

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

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

background-color css

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

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

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

border-color css

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

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

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