Html Css Color HEX #E65020 Cinnabar

📋 copy color: '#E65020'

red 230 ◦ green 80 ◦ blue 32

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

Shades of Cinnabar #E65020

Tints of Cinnabar #E65020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 67.25%
G = 23.39%
B = 9.36%

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

#E65020 (or 0xE65020) is known color: Cinnabar. HEX triplet: E6, 50 and 20. RGB value is (230,80,32). Sum of RGB (Red+Green+Blue) = 230+80+32=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E65020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65020 is #19AFDF. Grayscale: #777777. Windows color (decimal): -1683424 or 2117862. OLE color: 2117862.

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

Color convert

RGB 230 80 32 -
CMYK 0 0.65 0.86 0.10
HSL 14.55º 0.8% 0.51% -
HSV(B) 14.55º 0.86% 0.9% -
XYZ 35.76 22.66 3.86 -
YUV 119.38 78.7 206.9 -
System Red Green Blue C M Y K H S L
Decimal 230 80 32 0 0.65 0.86 0.10 14.55 0.8 0.51
Hex E6 50 20 0 41 56 A F 50 33
Octal 346 120 40 0 101 126 12 17 120 63
Binary 11100110 1010000 100000 0 1000001 1010110 1010 1111 1010000 110011

Color Harmonies of #E65020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65020

Black with #E65020

Text Example


Text Example

White with #E65020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65020; }

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

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

background-color css

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

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

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

border-color css

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

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

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