Html Css Color HEX #E14442 Cinnabar

📋 copy color: '#E14442'

red 225 ◦ green 68 ◦ blue 66

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

Shades of Cinnabar #E14442

Tints of Cinnabar #E14442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.94%

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

R = 62.67%
G = 18.94%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E14442 (or 0xE14442) is known color: Cinnabar. HEX triplet: E1, 44 and 42. RGB value is (225,68,66). Sum of RGB (Red+Green+Blue) = 225+68+66=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E14442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14442 is #1EBBBD. Grayscale: #727272. Windows color (decimal): -2014142 or 4343009. OLE color: 4343009.

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

Color convert

RGB 225 68 66 -
CMYK 0 0.70 0.71 0.12
HSL 0.75º 0.73% 0.57% -
HSV(B) 0.75º 0.71% 0.88% -
XYZ 34.1 20.54 7.32 -
YUV 114.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 225 68 66 0 0.70 0.71 0.12 0.75 0.73 0.57
Hex E1 44 42 0 46 47 C 1 49 39
Octal 341 104 102 0 106 107 14 1 111 71
Binary 11100001 1000100 1000010 0 1000110 1000111 1100 1 1001001 111001

Color Harmonies of #E14442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14442

Black with #E14442

Text Example


Text Example

White with #E14442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14442; }

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

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

background-color css

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

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

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

border-color css

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

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

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