Html Css Color HEX #E64732 Cinnabar

📋 copy color: '#E64732'

red 230 ◦ green 71 ◦ blue 50

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

Shades of Cinnabar #E64732

Tints of Cinnabar #E64732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

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

R = 65.53%
G = 20.23%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E64732 (or 0xE64732) is known color: Cinnabar. HEX triplet: E6, 47 and 32. RGB value is (230,71,50). Sum of RGB (Red+Green+Blue) = 230+71+50=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E64732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64732 is #19B8CD. Grayscale: #747474. Windows color (decimal): -1685710 or 3295206. OLE color: 3295206.

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

Color convert

RGB 230 71 50 -
CMYK 0 0.69 0.78 0.10
HSL 0.78% 0.55% -
HSV(B) 0.78% 0.9% -
XYZ 35.46 21.56 5.31 -
YUV 116.15 90.68 209.21 -
System Red Green Blue C M Y K H S L
Decimal 230 71 50 0 0.69 0.78 0.10 7 0.78 0.55
Hex E6 47 32 0 45 4E A 7 4E 37
Octal 346 107 62 0 105 116 12 7 116 67
Binary 11100110 1000111 110010 0 1000101 1001110 1010 111 1001110 110111

Color Harmonies of #E64732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64732

Black with #E64732

Text Example


Text Example

White with #E64732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64732; }

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

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

background-color css

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

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

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

border-color css

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

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

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