Html Css Color HEX #CE5521 Chilean Fire

📋 copy color: '#CE5521'

red 206 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #CE5521

Tints of Chilean Fire #CE5521

RGB

 RED value IS 206 (80.86% from 255) = 63.58%

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

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

R = 63.58%
G = 26.23%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE5521 (or 0xCE5521) is known color: Chilean Fire. HEX triplet: CE, 55 and 21. RGB value is (206,85,33). Sum of RGB (Red+Green+Blue) = 206+85+33=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5521 is #31AADE. Grayscale: #737373. Windows color (decimal): -3255007 or 2184654. OLE color: 2184654.

HSL color Cylindrical-coordinate representation of color #CE5521: hue angle of 18.03º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE5521 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 33 -
CMYK 0 0.59 0.84 0.19
HSL 18.03º 0.72% 0.47% -
HSV(B) 18.03º 0.84% 0.81% -
XYZ 28.98 19.73 3.72 -
YUV 115.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 206 85 33 0 0.59 0.84 0.19 18.03 0.72 0.47
Hex CE 55 21 0 3B 54 13 12 48 2F
Octal 316 125 41 0 73 124 23 22 110 57
Binary 11001110 1010101 100001 0 111011 1010100 10011 10010 1001000 101111

Color Harmonies of #CE5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5521

Black with #CE5521

Text Example


Text Example

White with #CE5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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