Html Css Color HEX #E6463A Cinnabar

📋 copy color: '#E6463A'

red 230 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #E6463A

Tints of Cinnabar #E6463A

RGB

 RED value IS 230 (90.23% from 255) = 64.25%

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 64.25%
G = 19.55%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6463A (or 0xE6463A) is known color: Cinnabar. HEX triplet: E6, 46 and 3A. RGB value is (230,70,58). Sum of RGB (Red+Green+Blue) = 230+70+58=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6463A is #19B9C5. Grayscale: #747474. Windows color (decimal): -1685958 or 3819238. OLE color: 3819238.

HSL color Cylindrical-coordinate representation of color #E6463A: hue angle of 4.19º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6463A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 58 -
CMYK 0 0.70 0.75 0.10
HSL 4.19º 0.77% 0.56% -
HSV(B) 4.19º 0.75% 0.9% -
XYZ 35.59 21.51 6.28 -
YUV 116.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 230 70 58 0 0.70 0.75 0.10 4.19 0.77 0.56
Hex E6 46 3A 0 46 4B A 4 4D 38
Octal 346 106 72 0 106 113 12 4 115 70
Binary 11100110 1000110 111010 0 1000110 1001011 1010 100 1001101 111000

Color Harmonies of #E6463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6463A

Black with #E6463A

Text Example


Text Example

White with #E6463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6463A; }

 p { color: rgb(230,70,58); }

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

background-color css

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

 a { background-color: rgb(230,70,58); }

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

border-color css

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

 span { border-color: rgb(230,70,58); }

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