Html Css Color HEX #E14830 Cinnabar

📋 copy color: '#E14830'

red 225 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #E14830

Tints of Cinnabar #E14830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

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

R = 65.22%
G = 20.87%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E14830 (or 0xE14830) is known color: Cinnabar. HEX triplet: E1, 48 and 30. RGB value is (225,72,48). Sum of RGB (Red+Green+Blue) = 225+72+48=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E14830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14830 is #1EB7CF. Grayscale: #737373. Windows color (decimal): -2013136 or 3164385. OLE color: 3164385.

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

Color convert

RGB 225 72 48 -
CMYK 0 0.68 0.79 0.12
HSL 8.14º 0.75% 0.54% -
HSV(B) 8.14º 0.79% 0.88% -
XYZ 33.9 20.86 5.04 -
YUV 115.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 225 72 48 0 0.68 0.79 0.12 8.14 0.75 0.54
Hex E1 48 30 0 44 4F C 8 4B 36
Octal 341 110 60 0 104 117 14 10 113 66
Binary 11100001 1001000 110000 0 1000100 1001111 1100 1000 1001011 110110

Color Harmonies of #E14830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14830

Black with #E14830

Text Example


Text Example

White with #E14830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14830; }

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

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

background-color css

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

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

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

border-color css

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

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

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