Html Css Color HEX #E64746 Cinnabar

📋 copy color: '#E64746'

red 230 ◦ green 71 ◦ blue 70

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

Shades of Cinnabar #E64746

Tints of Cinnabar #E64746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 61.99%
G = 19.14%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E64746 (or 0xE64746) is known color: Cinnabar. HEX triplet: E6, 47 and 46. RGB value is (230,71,70). Sum of RGB (Red+Green+Blue) = 230+71+70=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E64746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64746 is #19B8B9. Grayscale: #767676. Windows color (decimal): -1685690 or 4605926. OLE color: 4605926.

HSL color Cylindrical-coordinate representation of color #E64746: hue angle of 0.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64746 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 70 -
CMYK 0 0.69 0.70 0.10
HSL 0.38º 0.76% 0.59% -
HSV(B) 0.38º 0.7% 0.9% -
XYZ 35.99 21.77 8.1 -
YUV 118.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 230 71 70 0 0.69 0.70 0.10 0.38 0.76 0.59
Hex E6 47 46 0 45 46 A 0 4C 3B
Octal 346 107 106 0 105 106 12 0 114 73
Binary 11100110 1000111 1000110 0 1000101 1000110 1010 0 1001100 111011

Color Harmonies of #E64746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64746

Black with #E64746

Text Example


Text Example

White with #E64746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64746; }

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

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

background-color css

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

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

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

border-color css

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

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

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