Html Css Color HEX #E64949 Cinnabar

📋 copy color: '#E64949'

red 230 ◦ green 73 ◦ blue 73

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

Shades of Cinnabar #E64949

Tints of Cinnabar #E64949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 61.17%
G = 19.41%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E64949 (or 0xE64949) is known color: Cinnabar. HEX triplet: E6, 49 and 49. RGB value is (230,73,73). Sum of RGB (Red+Green+Blue) = 230+73+73=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E64949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64949 is #19B6B6. Grayscale: #787878. Windows color (decimal): -1685175 or 4803046. OLE color: 4803046.

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

Color convert

RGB 230 73 73 -
CMYK 0 0.68 0.68 0.10
HSL 0.76% 0.59% -
HSV(B) 0.68% 0.9% -
XYZ 36.22 22.07 8.65 -
YUV 119.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 230 73 73 0 0.68 0.68 0.10 0 0.76 0.59
Hex E6 49 49 0 44 44 A 0 4C 3B
Octal 346 111 111 0 104 104 12 0 114 73
Binary 11100110 1001001 1001001 0 1000100 1000100 1010 0 1001100 111011

Color Harmonies of #E64949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64949

Black with #E64949

Text Example


Text Example

White with #E64949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64949; }

 p { color: rgb(230,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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