Html Css Color HEX #E1463F Cinnabar

📋 copy color: '#E1463F'

red 225 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #E1463F

Tints of Cinnabar #E1463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 62.85%
G = 19.55%
B = 17.6%

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

#E1463F (or 0xE1463F) is known color: Cinnabar. HEX triplet: E1, 46 and 3F. RGB value is (225,70,63). Sum of RGB (Red+Green+Blue) = 225+70+63=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1463F is #1EB9C0. Grayscale: #737373. Windows color (decimal): -2013633 or 4146913. OLE color: 4146913.

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

Color convert

RGB 225 70 63 -
CMYK 0 0.69 0.72 0.12
HSL 2.59º 0.73% 0.56% -
HSV(B) 2.59º 0.72% 0.88% -
XYZ 34.14 20.75 6.91 -
YUV 115.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 225 70 63 0 0.69 0.72 0.12 2.59 0.73 0.56
Hex E1 46 3F 0 45 48 C 3 49 38
Octal 341 106 77 0 105 110 14 3 111 70
Binary 11100001 1000110 111111 0 1000101 1001000 1100 11 1001001 111000

Color Harmonies of #E1463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1463F

Black with #E1463F

Text Example


Text Example

White with #E1463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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