Html Css Color HEX #E65420 Cinnabar

📋 copy color: '#E65420'

red 230 ◦ green 84 ◦ blue 32

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

Shades of Cinnabar #E65420

Tints of Cinnabar #E65420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 66.47%
G = 24.28%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E65420 (or 0xE65420) is known color: Cinnabar. HEX triplet: E6, 54 and 20. RGB value is (230,84,32). Sum of RGB (Red+Green+Blue) = 230+84+32=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E65420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65420 is #19ABDF. Grayscale: #7A7A7A. Windows color (decimal): -1682400 or 2118886. OLE color: 2118886.

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

Color convert

RGB 230 84 32 -
CMYK 0 0.63 0.86 0.10
HSL 15.76º 0.8% 0.51% -
HSV(B) 15.76º 0.86% 0.9% -
XYZ 36.06 23.27 3.96 -
YUV 121.73 77.37 205.23 -
System Red Green Blue C M Y K H S L
Decimal 230 84 32 0 0.63 0.86 0.10 15.76 0.8 0.51
Hex E6 54 20 0 3F 56 A 10 50 33
Octal 346 124 40 0 77 126 12 20 120 63
Binary 11100110 1010100 100000 0 111111 1010110 1010 10000 1010000 110011

Color Harmonies of #E65420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65420

Black with #E65420

Text Example


Text Example

White with #E65420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65420; }

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

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

background-color css

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

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

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

border-color css

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

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

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