Html Css Color HEX #CE5420 Chilean Fire

📋 copy color: '#CE5420'

red 206 ◦ green 84 ◦ blue 32

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

Shades of Chilean Fire #CE5420

Tints of Chilean Fire #CE5420

RGB

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

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

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

R = 63.98%
G = 26.09%
B = 9.94%

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

#CE5420 (or 0xCE5420) is known color: Chilean Fire. HEX triplet: CE, 54 and 20. RGB value is (206,84,32). Sum of RGB (Red+Green+Blue) = 206+84+32=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5420 is #31ABDF. Grayscale: #727272. Windows color (decimal): -3255264 or 2118862. OLE color: 2118862.

HSL color Cylindrical-coordinate representation of color #CE5420: hue angle of 17.93º degrees, saturation: 0.73, 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 #CE5420 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 32 -
CMYK 0 0.59 0.84 0.19
HSL 17.93º 0.73% 0.47% -
HSV(B) 17.93º 0.84% 0.81% -
XYZ 28.88 19.57 3.62 -
YUV 114.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 206 84 32 0 0.59 0.84 0.19 17.93 0.73 0.47
Hex CE 54 20 0 3B 54 13 12 49 2F
Octal 316 124 40 0 73 124 23 22 111 57
Binary 11001110 1010100 100000 0 111011 1010100 10011 10010 1001001 101111

Color Harmonies of #CE5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5420

Black with #CE5420

Text Example


Text Example

White with #CE5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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