Html Css Color HEX #E65120 Cinnabar

📋 copy color: '#E65120'

red 230 ◦ green 81 ◦ blue 32

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

Shades of Cinnabar #E65120

Tints of Cinnabar #E65120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 67.06%
G = 23.62%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E65120 (or 0xE65120) is known color: Cinnabar. HEX triplet: E6, 51 and 20. RGB value is (230,81,32). Sum of RGB (Red+Green+Blue) = 230+81+32=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E65120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65120 is #19AEDF. Grayscale: #787878. Windows color (decimal): -1683168 or 2118118. OLE color: 2118118.

HSL color Cylindrical-coordinate representation of color #E65120: hue angle of 14.85º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E65120 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 32 -
CMYK 0 0.65 0.86 0.10
HSL 14.85º 0.8% 0.51% -
HSV(B) 14.85º 0.86% 0.9% -
XYZ 35.84 22.81 3.88 -
YUV 119.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 230 81 32 0 0.65 0.86 0.10 14.85 0.8 0.51
Hex E6 51 20 0 41 56 A F 50 33
Octal 346 121 40 0 101 126 12 17 120 63
Binary 11100110 1010001 100000 0 1000001 1010110 1010 1111 1010000 110011

Color Harmonies of #E65120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65120

Black with #E65120

Text Example


Text Example

White with #E65120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65120; }

 p { color: rgb(230,81,32); }

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

background-color css

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

 a { background-color: rgb(230,81,32); }

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

border-color css

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

 span { border-color: rgb(230,81,32); }

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