Html Css Color HEX #CE5528 Chilean Fire

📋 copy color: '#CE5528'

red 206 ◦ green 85 ◦ blue 40

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

Shades of Chilean Fire #CE5528

Tints of Chilean Fire #CE5528

RGB

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

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

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

R = 62.24%
G = 25.68%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE5528 (or 0xCE5528) is known color: Chilean Fire. HEX triplet: CE, 55 and 28. RGB value is (206,85,40). Sum of RGB (Red+Green+Blue) = 206+85+40=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5528 is #31AAD7. Grayscale: #747474. Windows color (decimal): -3255000 or 2643406. OLE color: 2643406.

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

Color convert

RGB 206 85 40 -
CMYK 0 0.59 0.81 0.19
HSL 16.27º 0.67% 0.48% -
HSV(B) 16.27º 0.81% 0.81% -
XYZ 29.09 19.77 4.29 -
YUV 116.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 206 85 40 0 0.59 0.81 0.19 16.27 0.67 0.48
Hex CE 55 28 0 3B 51 13 10 43 30
Octal 316 125 50 0 73 121 23 20 103 60
Binary 11001110 1010101 101000 0 111011 1010001 10011 10000 1000011 110000

Color Harmonies of #CE5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5528

Black with #CE5528

Text Example


Text Example

White with #CE5528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5528; }

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

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

background-color css

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

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

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

border-color css

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

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

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