Html Css Color HEX #E14242 Cinnabar

📋 copy color: '#E14242'

red 225 ◦ green 66 ◦ blue 66

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

Shades of Cinnabar #E14242

Tints of Cinnabar #E14242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 63.03%
G = 18.49%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E14242 (or 0xE14242) is known color: Cinnabar. HEX triplet: E1, 42 and 42. RGB value is (225,66,66). Sum of RGB (Red+Green+Blue) = 225+66+66=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E14242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14242 is #1EBDBD. Grayscale: #717171. Windows color (decimal): -2014654 or 4342497. OLE color: 4342497.

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

Color convert

RGB 225 66 66 -
CMYK 0 0.71 0.71 0.12
HSL 0.73% 0.57% -
HSV(B) 0.71% 0.88% -
XYZ 33.98 20.3 7.28 -
YUV 113.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 225 66 66 0 0.71 0.71 0.12 0 0.73 0.57
Hex E1 42 42 0 47 47 C 0 49 39
Octal 341 102 102 0 107 107 14 0 111 71
Binary 11100001 1000010 1000010 0 1000111 1000111 1100 0 1001001 111001

Color Harmonies of #E14242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14242

Black with #E14242

Text Example


Text Example

White with #E14242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14242; }

 p { color: rgb(225,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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