Html Css Color HEX #E14634 Cinnabar

📋 copy color: '#E14634'

red 225 ◦ green 70 ◦ blue 52

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

Shades of Cinnabar #E14634

Tints of Cinnabar #E14634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 64.84%
G = 20.17%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E14634 (or 0xE14634) is known color: Cinnabar. HEX triplet: E1, 46 and 34. RGB value is (225,70,52). Sum of RGB (Red+Green+Blue) = 225+70+52=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E14634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14634 is #1EB9CB. Grayscale: #727272. Windows color (decimal): -2013644 or 3426017. OLE color: 3426017.

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

Color convert

RGB 225 70 52 -
CMYK 0 0.69 0.77 0.12
HSL 6.24º 0.74% 0.54% -
HSV(B) 6.24º 0.77% 0.88% -
XYZ 33.86 20.64 5.45 -
YUV 114.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 225 70 52 0 0.69 0.77 0.12 6.24 0.74 0.54
Hex E1 46 34 0 45 4D C 6 4A 36
Octal 341 106 64 0 105 115 14 6 112 66
Binary 11100001 1000110 110100 0 1000101 1001101 1100 110 1001010 110110

Color Harmonies of #E14634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14634

Black with #E14634

Text Example


Text Example

White with #E14634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14634; }

 p { color: rgb(225,70,52); }

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

background-color css

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

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

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

border-color css

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

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

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