Html Css Color HEX #E64745 Cinnabar

📋 copy color: '#E64745'

red 230 ◦ green 71 ◦ blue 69

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

Shades of Cinnabar #E64745

Tints of Cinnabar #E64745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 62.16%
G = 19.19%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E64745 (or 0xE64745) is known color: Cinnabar. HEX triplet: E6, 47 and 45. RGB value is (230,71,69). Sum of RGB (Red+Green+Blue) = 230+71+69=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E64745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64745 is #19B8BA. Grayscale: #767676. Windows color (decimal): -1685691 or 4540390. OLE color: 4540390.

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

Color convert

RGB 230 71 69 -
CMYK 0 0.69 0.7 0.10
HSL 0.75º 0.76% 0.59% -
HSV(B) 0.75º 0.7% 0.9% -
XYZ 35.96 21.76 7.93 -
YUV 118.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 230 71 69 0 0.69 0.7 0.10 0.75 0.76 0.59
Hex E6 47 45 0 45 46 A 1 4C 3B
Octal 346 107 105 0 105 106 12 1 114 73
Binary 11100110 1000111 1000101 0 1000101 1000110 1010 1 1001100 111011

Color Harmonies of #E64745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64745

Black with #E64745

Text Example


Text Example

White with #E64745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64745; }

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

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

background-color css

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

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

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

border-color css

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

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

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