Html Css Color HEX #E1463E Cinnabar

📋 copy color: '#E1463E'

red 225 ◦ green 70 ◦ blue 62

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

Shades of Cinnabar #E1463E

Tints of Cinnabar #E1463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 63.03%
G = 19.61%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1463E (or 0xE1463E) is known color: Cinnabar. HEX triplet: E1, 46 and 3E. RGB value is (225,70,62). Sum of RGB (Red+Green+Blue) = 225+70+62=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1463E is #1EB9C1. Grayscale: #737373. Windows color (decimal): -2013634 or 4081377. OLE color: 4081377.

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

Color convert

RGB 225 70 62 -
CMYK 0 0.69 0.72 0.12
HSL 2.94º 0.73% 0.56% -
HSV(B) 2.94º 0.72% 0.88% -
XYZ 34.11 20.74 6.76 -
YUV 115.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 225 70 62 0 0.69 0.72 0.12 2.94 0.73 0.56
Hex E1 46 3E 0 45 48 C 3 49 38
Octal 341 106 76 0 105 110 14 3 111 70
Binary 11100001 1000110 111110 0 1000101 1001000 1100 11 1001001 111000

Color Harmonies of #E1463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1463E

Black with #E1463E

Text Example


Text Example

White with #E1463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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