Html Css Color HEX #E64A42 Cinnabar

📋 copy color: '#E64A42'

red 230 ◦ green 74 ◦ blue 66

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

Shades of Cinnabar #E64A42

Tints of Cinnabar #E64A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

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

R = 62.16%
G = 20%
B = 17.84%

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

#E64A42 (or 0xE64A42) is known color: Cinnabar. HEX triplet: E6, 4A and 42. RGB value is (230,74,66). Sum of RGB (Red+Green+Blue) = 230+74+66=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A42 is #19B5BD. Grayscale: #777777. Windows color (decimal): -1684926 or 4344550. OLE color: 4344550.

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

Color convert

RGB 230 74 66 -
CMYK 0 0.68 0.71 0.10
HSL 2.93º 0.77% 0.58% -
HSV(B) 2.93º 0.71% 0.9% -
XYZ 36.07 22.11 7.52 -
YUV 119.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 230 74 66 0 0.68 0.71 0.10 2.93 0.77 0.58
Hex E6 4A 42 0 44 47 A 3 4D 3A
Octal 346 112 102 0 104 107 12 3 115 72
Binary 11100110 1001010 1000010 0 1000100 1000111 1010 11 1001101 111010

Color Harmonies of #E64A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A42

Black with #E64A42

Text Example


Text Example

White with #E64A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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