Html Css Color HEX #E64034 Cinnabar

📋 copy color: '#E64034'

red 230 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #E64034

Tints of Cinnabar #E64034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 66.47%
G = 18.5%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E64034 (or 0xE64034) is known color: Cinnabar. HEX triplet: E6, 40 and 34. RGB value is (230,64,52). Sum of RGB (Red+Green+Blue) = 230+64+52=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E64034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64034 is #19BFCB. Grayscale: #707070. Windows color (decimal): -1687500 or 3424486. OLE color: 3424486.

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

Color convert

RGB 230 64 52 -
CMYK 0 0.72 0.77 0.10
HSL 4.04º 0.78% 0.55% -
HSV(B) 4.04º 0.77% 0.9% -
XYZ 35.09 20.74 5.4 -
YUV 112.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 230 64 52 0 0.72 0.77 0.10 4.04 0.78 0.55
Hex E6 40 34 0 48 4D A 4 4E 37
Octal 346 100 64 0 110 115 12 4 116 67
Binary 11100110 1000000 110100 0 1001000 1001101 1010 100 1001110 110111

Color Harmonies of #E64034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64034

Black with #E64034

Text Example


Text Example

White with #E64034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64034; }

 p { color: rgb(230,64,52); }

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

background-color css

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

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

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

border-color css

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

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

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