Html Css Color HEX #E64A46 Cinnabar

📋 copy color: '#E64A46'

red 230 ◦ green 74 ◦ blue 70

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

Shades of Cinnabar #E64A46

Tints of Cinnabar #E64A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 61.5%
G = 19.79%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E64A46 (or 0xE64A46) is known color: Cinnabar. HEX triplet: E6, 4A and 46. RGB value is (230,74,70). Sum of RGB (Red+Green+Blue) = 230+74+70=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A46 is #19B5B9. Grayscale: #787878. Windows color (decimal): -1684922 or 4606694. OLE color: 4606694.

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

Color convert

RGB 230 74 70 -
CMYK 0 0.68 0.70 0.10
HSL 1.5º 0.76% 0.59% -
HSV(B) 1.5º 0.7% 0.9% -
XYZ 36.19 22.16 8.16 -
YUV 120.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 230 74 70 0 0.68 0.70 0.10 1.5 0.76 0.59
Hex E6 4A 46 0 44 46 A 2 4C 3B
Octal 346 112 106 0 104 106 12 2 114 73
Binary 11100110 1001010 1000110 0 1000100 1000110 1010 10 1001100 111011

Color Harmonies of #E64A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A46

Black with #E64A46

Text Example


Text Example

White with #E64A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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