Html Css Color HEX #E64D44 Cinnabar

📋 copy color: '#E64D44'

red 230 ◦ green 77 ◦ blue 68

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

Shades of Cinnabar #E64D44

Tints of Cinnabar #E64D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.53%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 61.33%
G = 20.53%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E64D44 (or 0xE64D44) is known color: Cinnabar. HEX triplet: E6, 4D and 44. RGB value is (230,77,68). Sum of RGB (Red+Green+Blue) = 230+77+68=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D44 is #19B2BB. Grayscale: #797979. Windows color (decimal): -1684156 or 4476390. OLE color: 4476390.

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

Color convert

RGB 230 77 68 -
CMYK 0 0.67 0.70 0.10
HSL 3.33º 0.76% 0.58% -
HSV(B) 3.33º 0.7% 0.9% -
XYZ 36.33 22.55 7.91 -
YUV 121.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 230 77 68 0 0.67 0.70 0.10 3.33 0.76 0.58
Hex E6 4D 44 0 43 46 A 3 4C 3A
Octal 346 115 104 0 103 106 12 3 114 72
Binary 11100110 1001101 1000100 0 1000011 1000110 1010 11 1001100 111010

Color Harmonies of #E64D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D44

Black with #E64D44

Text Example


Text Example

White with #E64D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D44; }

 p { color: rgb(230,77,68); }

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

background-color css

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

 a { background-color: rgb(230,77,68); }

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

border-color css

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

 span { border-color: rgb(230,77,68); }

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