Html Css Color HEX #E64D34 Cinnabar

📋 copy color: '#E64D34'

red 230 ◦ green 77 ◦ blue 52

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

Shades of Cinnabar #E64D34

Tints of Cinnabar #E64D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

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

R = 64.07%
G = 21.45%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E64D34 (or 0xE64D34) is known color: Cinnabar. HEX triplet: E6, 4D and 34. RGB value is (230,77,52). Sum of RGB (Red+Green+Blue) = 230+77+52=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D34 is #19B2CB. Grayscale: #787878. Windows color (decimal): -1684172 or 3427814. OLE color: 3427814.

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

Color convert

RGB 230 77 52 -
CMYK 0 0.67 0.77 0.10
HSL 8.43º 0.78% 0.55% -
HSV(B) 8.43º 0.77% 0.9% -
XYZ 35.91 22.38 5.68 -
YUV 119.9 89.69 206.53 -
System Red Green Blue C M Y K H S L
Decimal 230 77 52 0 0.67 0.77 0.10 8.43 0.78 0.55
Hex E6 4D 34 0 43 4D A 8 4E 37
Octal 346 115 64 0 103 115 12 10 116 67
Binary 11100110 1001101 110100 0 1000011 1001101 1010 1000 1001110 110111

Color Harmonies of #E64D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D34

Black with #E64D34

Text Example


Text Example

White with #E64D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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