Html Css Color HEX #E0463C Cinnabar

📋 copy color: '#E0463C'

red 224 ◦ green 70 ◦ blue 60

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

Shades of Cinnabar #E0463C

Tints of Cinnabar #E0463C

RGB

 RED value IS 224 (87.89% from 255) = 63.28%

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 63.28%
G = 19.77%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0463C (or 0xE0463C) is known color: Cinnabar. HEX triplet: E0, 46 and 3C. RGB value is (224,70,60). Sum of RGB (Red+Green+Blue) = 224+70+60=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0463C is #1FB9C3. Grayscale: #737373. Windows color (decimal): -2079172 or 3950304. OLE color: 3950304.

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

Color convert

RGB 224 70 60 -
CMYK 0 0.69 0.73 0.12
HSL 3.66º 0.73% 0.56% -
HSV(B) 3.66º 0.73% 0.88% -
XYZ 33.75 20.55 6.46 -
YUV 114.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 224 70 60 0 0.69 0.73 0.12 3.66 0.73 0.56
Hex E0 46 3C 0 45 49 C 4 49 38
Octal 340 106 74 0 105 111 14 4 111 70
Binary 11100000 1000110 111100 0 1000101 1001001 1100 100 1001001 111000

Color Harmonies of #E0463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0463C

Black with #E0463C

Text Example


Text Example

White with #E0463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0463C; }

 p { color: rgb(224,70,60); }

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

background-color css

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

 a { background-color: rgb(224,70,60); }

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

border-color css

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

 span { border-color: rgb(224,70,60); }

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