Html Css Color HEX #E6462C Cinnabar

📋 copy color: '#E6462C'

red 230 ◦ green 70 ◦ blue 44

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

Shades of Cinnabar #E6462C

Tints of Cinnabar #E6462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 66.86%
G = 20.35%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6462C (or 0xE6462C) is known color: Cinnabar. HEX triplet: E6, 46 and 2C. RGB value is (230,70,44). Sum of RGB (Red+Green+Blue) = 230+70+44=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6462C is #19B9D3. Grayscale: #737373. Windows color (decimal): -1685972 or 2901734. OLE color: 2901734.

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

Color convert

RGB 230 70 44 -
CMYK 0 0.70 0.81 0.10
HSL 8.39º 0.79% 0.54% -
HSV(B) 8.39º 0.81% 0.9% -
XYZ 35.28 21.39 4.65 -
YUV 114.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 230 70 44 0 0.70 0.81 0.10 8.39 0.79 0.54
Hex E6 46 2C 0 46 51 A 8 4F 36
Octal 346 106 54 0 106 121 12 10 117 66
Binary 11100110 1000110 101100 0 1000110 1010001 1010 1000 1001111 110110

Color Harmonies of #E6462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6462C

Black with #E6462C

Text Example


Text Example

White with #E6462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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