Html Css Color HEX #CE5628 Chilean Fire

📋 copy color: '#CE5628'

red 206 ◦ green 86 ◦ blue 40

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

Shades of Chilean Fire #CE5628

Tints of Chilean Fire #CE5628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 62.05%
G = 25.9%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE5628 (or 0xCE5628) is known color: Chilean Fire. HEX triplet: CE, 56 and 28. RGB value is (206,86,40). Sum of RGB (Red+Green+Blue) = 206+86+40=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5628 is #31A9D7. Grayscale: #747474. Windows color (decimal): -3254744 or 2643662. OLE color: 2643662.

HSL color Cylindrical-coordinate representation of color #CE5628: hue angle of 16.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE5628 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 40 -
CMYK 0 0.58 0.81 0.19
HSL 16.63º 0.67% 0.48% -
HSV(B) 16.63º 0.81% 0.81% -
XYZ 29.16 19.93 4.32 -
YUV 116.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 206 86 40 0 0.58 0.81 0.19 16.63 0.67 0.48
Hex CE 56 28 0 3A 51 13 11 43 30
Octal 316 126 50 0 72 121 23 21 103 60
Binary 11001110 1010110 101000 0 111010 1010001 10011 10001 1000011 110000

Color Harmonies of #CE5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5628

Black with #CE5628

Text Example


Text Example

White with #CE5628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5628; }

 p { color: rgb(206,86,40); }

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

background-color css

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

 a { background-color: rgb(206,86,40); }

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

border-color css

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

 span { border-color: rgb(206,86,40); }

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