Html Css Color HEX #E64540 Cinnabar

📋 copy color: '#E64540'

red 230 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #E64540

Tints of Cinnabar #E64540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 63.36%
G = 19.01%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E64540 (or 0xE64540) is known color: Cinnabar. HEX triplet: E6, 45 and 40. RGB value is (230,69,64). Sum of RGB (Red+Green+Blue) = 230+69+64=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E64540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64540 is #19BABF. Grayscale: #747474. Windows color (decimal): -1686208 or 4212198. OLE color: 4212198.

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

Color convert

RGB 230 69 64 -
CMYK 0 0.7 0.72 0.10
HSL 1.81º 0.77% 0.58% -
HSV(B) 1.81º 0.72% 0.9% -
XYZ 35.69 21.45 7.11 -
YUV 116.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 230 69 64 0 0.7 0.72 0.10 1.81 0.77 0.58
Hex E6 45 40 0 46 48 A 2 4D 3A
Octal 346 105 100 0 106 110 12 2 115 72
Binary 11100110 1000101 1000000 0 1000110 1001000 1010 10 1001101 111010

Color Harmonies of #E64540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64540

Black with #E64540

Text Example


Text Example

White with #E64540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64540; }

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

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

background-color css

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

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

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

border-color css

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

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

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