Html Css Color HEX #E64F32 Cinnabar

📋 copy color: '#E64F32'

red 230 ◦ green 79 ◦ blue 50

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

Shades of Cinnabar #E64F32

Tints of Cinnabar #E64F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 64.07%
G = 22.01%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E64F32 (or 0xE64F32) is known color: Cinnabar. HEX triplet: E6, 4F and 32. RGB value is (230,79,50). Sum of RGB (Red+Green+Blue) = 230+79+50=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F32 is #19B0CD. Grayscale: #797979. Windows color (decimal): -1683662 or 3297254. OLE color: 3297254.

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

Color convert

RGB 230 79 50 -
CMYK 0 0.66 0.78 0.10
HSL 9.67º 0.78% 0.55% -
HSV(B) 9.67º 0.78% 0.9% -
XYZ 36 22.65 5.49 -
YUV 120.84 88.03 205.86 -
System Red Green Blue C M Y K H S L
Decimal 230 79 50 0 0.66 0.78 0.10 9.67 0.78 0.55
Hex E6 4F 32 0 42 4E A A 4E 37
Octal 346 117 62 0 102 116 12 12 116 67
Binary 11100110 1001111 110010 0 1000010 1001110 1010 1010 1001110 110111

Color Harmonies of #E64F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F32

Black with #E64F32

Text Example


Text Example

White with #E64F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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