Html Css Color HEX #E64C42 Cinnabar

📋 copy color: '#E64C42'

red 230 ◦ green 76 ◦ blue 66

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

Shades of Cinnabar #E64C42

Tints of Cinnabar #E64C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

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

R = 61.83%
G = 20.43%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E64C42 (or 0xE64C42) is known color: Cinnabar. HEX triplet: E6, 4C and 42. RGB value is (230,76,66). Sum of RGB (Red+Green+Blue) = 230+76+66=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C42 is #19B3BD. Grayscale: #797979. Windows color (decimal): -1684414 or 4345062. OLE color: 4345062.

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

Color convert

RGB 230 76 66 -
CMYK 0 0.67 0.71 0.10
HSL 3.66º 0.77% 0.58% -
HSV(B) 3.66º 0.71% 0.9% -
XYZ 36.2 22.39 7.57 -
YUV 120.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 230 76 66 0 0.67 0.71 0.10 3.66 0.77 0.58
Hex E6 4C 42 0 43 47 A 4 4D 3A
Octal 346 114 102 0 103 107 12 4 115 72
Binary 11100110 1001100 1000010 0 1000011 1000111 1010 100 1001101 111010

Color Harmonies of #E64C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C42

Black with #E64C42

Text Example


Text Example

White with #E64C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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