Html Css Color HEX #E64942 Cinnabar

📋 copy color: '#E64942'

red 230 ◦ green 73 ◦ blue 66

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

Shades of Cinnabar #E64942

Tints of Cinnabar #E64942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 62.33%
G = 19.78%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E64942 (or 0xE64942) is known color: Cinnabar. HEX triplet: E6, 49 and 42. RGB value is (230,73,66). Sum of RGB (Red+Green+Blue) = 230+73+66=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E64942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64942 is #19B6BD. Grayscale: #777777. Windows color (decimal): -1685182 or 4344294. OLE color: 4344294.

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

Color convert

RGB 230 73 66 -
CMYK 0 0.68 0.71 0.10
HSL 2.56º 0.77% 0.58% -
HSV(B) 2.56º 0.71% 0.9% -
XYZ 36 21.98 7.5 -
YUV 119.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 230 73 66 0 0.68 0.71 0.10 2.56 0.77 0.58
Hex E6 49 42 0 44 47 A 3 4D 3A
Octal 346 111 102 0 104 107 12 3 115 72
Binary 11100110 1001001 1000010 0 1000100 1000111 1010 11 1001101 111010

Color Harmonies of #E64942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64942

Black with #E64942

Text Example


Text Example

White with #E64942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64942; }

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

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

background-color css

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

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

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

border-color css

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

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

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