Html Css Color HEX #E14630 Cinnabar

📋 copy color: '#E14630'

red 225 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #E14630

Tints of Cinnabar #E14630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 65.6%
G = 20.41%
B = 13.99%

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

#E14630 (or 0xE14630) is known color: Cinnabar. HEX triplet: E1, 46 and 30. RGB value is (225,70,48). Sum of RGB (Red+Green+Blue) = 225+70+48=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E14630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14630 is #1EB9CF. Grayscale: #727272. Windows color (decimal): -2013648 or 3163873. OLE color: 3163873.

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

Color convert

RGB 225 70 48 -
CMYK 0 0.69 0.79 0.12
HSL 7.46º 0.75% 0.54% -
HSV(B) 7.46º 0.79% 0.88% -
XYZ 33.77 20.6 4.99 -
YUV 113.84 90.85 207.29 -
System Red Green Blue C M Y K H S L
Decimal 225 70 48 0 0.69 0.79 0.12 7.46 0.75 0.54
Hex E1 46 30 0 45 4F C 7 4B 36
Octal 341 106 60 0 105 117 14 7 113 66
Binary 11100001 1000110 110000 0 1000101 1001111 1100 111 1001011 110110

Color Harmonies of #E14630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14630

Black with #E14630

Text Example


Text Example

White with #E14630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14630; }

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

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

background-color css

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

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

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

border-color css

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

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

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