Html Css Color HEX #E65521 Chilean Fire

📋 copy color: '#E65521'

red 230 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #E65521

Tints of Chilean Fire #E65521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 33 (13.28% from 255) = 9.48%

R = 66.09%
G = 24.43%
B = 9.48%

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

#E65521 (or 0xE65521) is known color: Chilean Fire. HEX triplet: E6, 55 and 21. RGB value is (230,85,33). Sum of RGB (Red+Green+Blue) = 230+85+33=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E65521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65521 is #19AADE. Grayscale: #7A7A7A. Windows color (decimal): -1682143 or 2184678. OLE color: 2184678.

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

Color convert

RGB 230 85 33 -
CMYK 0 0.63 0.86 0.10
HSL 15.84º 0.8% 0.52% -
HSV(B) 15.84º 0.86% 0.9% -
XYZ 36.16 23.43 4.06 -
YUV 122.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 230 85 33 0 0.63 0.86 0.10 15.84 0.8 0.52
Hex E6 55 21 0 3F 56 A 10 50 34
Octal 346 125 41 0 77 126 12 20 120 64
Binary 11100110 1010101 100001 0 111111 1010110 1010 10000 1010000 110100

Color Harmonies of #E65521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65521

Black with #E65521

Text Example


Text Example

White with #E65521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65521; }

 p { color: rgb(230,85,33); }

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

background-color css

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

 a { background-color: rgb(230,85,33); }

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

border-color css

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

 span { border-color: rgb(230,85,33); }

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