Html Css Color HEX #E64532 Cinnabar

📋 copy color: '#E64532'

red 230 ◦ green 69 ◦ blue 50

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

Shades of Cinnabar #E64532

Tints of Cinnabar #E64532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

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

R = 65.9%
G = 19.77%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E64532 (or 0xE64532) is known color: Cinnabar. HEX triplet: E6, 45 and 32. RGB value is (230,69,50). Sum of RGB (Red+Green+Blue) = 230+69+50=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64532 is #19BACD. Grayscale: #737373. Windows color (decimal): -1686222 or 3294694. OLE color: 3294694.

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

Color convert

RGB 230 69 50 -
CMYK 0 0.7 0.78 0.10
HSL 6.33º 0.78% 0.55% -
HSV(B) 6.33º 0.78% 0.9% -
XYZ 35.34 21.31 5.27 -
YUV 114.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 230 69 50 0 0.7 0.78 0.10 6.33 0.78 0.55
Hex E6 45 32 0 46 4E A 6 4E 37
Octal 346 105 62 0 106 116 12 6 116 67
Binary 11100110 1000101 110010 0 1000110 1001110 1010 110 1001110 110111

Color Harmonies of #E64532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64532

Black with #E64532

Text Example


Text Example

White with #E64532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64532; }

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

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

background-color css

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

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

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

border-color css

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

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

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