Html Css Color HEX #E64F34 Cinnabar

📋 copy color: '#E64F34'

red 230 ◦ green 79 ◦ blue 52

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

Shades of Cinnabar #E64F34

Tints of Cinnabar #E64F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

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

R = 63.71%
G = 21.88%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E64F34 (or 0xE64F34) is known color: Cinnabar. HEX triplet: E6, 4F and 34. RGB value is (230,79,52). Sum of RGB (Red+Green+Blue) = 230+79+52=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F34 is #19B0CB. Grayscale: #797979. Windows color (decimal): -1683660 or 3428326. OLE color: 3428326.

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

Color convert

RGB 230 79 52 -
CMYK 0 0.66 0.77 0.10
HSL 9.1º 0.78% 0.55% -
HSV(B) 9.1º 0.77% 0.9% -
XYZ 36.05 22.66 5.72 -
YUV 121.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 230 79 52 0 0.66 0.77 0.10 9.1 0.78 0.55
Hex E6 4F 34 0 42 4D A 9 4E 37
Octal 346 117 64 0 102 115 12 11 116 67
Binary 11100110 1001111 110100 0 1000010 1001101 1010 1001 1001110 110111

Color Harmonies of #E64F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F34

Black with #E64F34

Text Example


Text Example

White with #E64F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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