Html Css Color HEX #E14030 Cinnabar

📋 copy color: '#E14030'

red 225 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #E14030

Tints of Cinnabar #E14030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 66.77%
G = 18.99%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E14030 (or 0xE14030) is known color: Cinnabar. HEX triplet: E1, 40 and 30. RGB value is (225,64,48). Sum of RGB (Red+Green+Blue) = 225+64+48=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E14030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14030 is #1EBFCF. Grayscale: #6E6E6E. Windows color (decimal): -2015184 or 3162337. OLE color: 3162337.

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

Color convert

RGB 225 64 48 -
CMYK 0 0.72 0.79 0.12
HSL 5.42º 0.75% 0.54% -
HSV(B) 5.42º 0.79% 0.88% -
XYZ 33.42 19.89 4.87 -
YUV 110.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 225 64 48 0 0.72 0.79 0.12 5.42 0.75 0.54
Hex E1 40 30 0 48 4F C 5 4B 36
Octal 341 100 60 0 110 117 14 5 113 66
Binary 11100001 1000000 110000 0 1001000 1001111 1100 101 1001011 110110

Color Harmonies of #E14030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14030

Black with #E14030

Text Example


Text Example

White with #E14030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14030; }

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

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

background-color css

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

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

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

border-color css

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

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

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