Html Css Color HEX #E14130 Cinnabar

📋 copy color: '#E14130'

red 225 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #E14130

Tints of Cinnabar #E14130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

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

R = 66.57%
G = 19.23%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E14130 (or 0xE14130) is known color: Cinnabar. HEX triplet: E1, 41 and 30. RGB value is (225,65,48). Sum of RGB (Red+Green+Blue) = 225+65+48=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E14130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14130 is #1EBECF. Grayscale: #6F6F6F. Windows color (decimal): -2014928 or 3162593. OLE color: 3162593.

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

Color convert

RGB 225 65 48 -
CMYK 0 0.71 0.79 0.12
HSL 5.76º 0.75% 0.54% -
HSV(B) 5.76º 0.79% 0.88% -
XYZ 33.48 20 4.89 -
YUV 110.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 225 65 48 0 0.71 0.79 0.12 5.76 0.75 0.54
Hex E1 41 30 0 47 4F C 6 4B 36
Octal 341 101 60 0 107 117 14 6 113 66
Binary 11100001 1000001 110000 0 1000111 1001111 1100 110 1001011 110110

Color Harmonies of #E14130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14130

Black with #E14130

Text Example


Text Example

White with #E14130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14130; }

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

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

background-color css

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

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

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

border-color css

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

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

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