Html Css Color HEX #CE5531 Chilean Fire

📋 copy color: '#CE5531'

red 206 ◦ green 85 ◦ blue 49

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

Shades of Chilean Fire #CE5531

Tints of Chilean Fire #CE5531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 60.59%
G = 25%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE5531 (or 0xCE5531) is known color: Chilean Fire. HEX triplet: CE, 55 and 31. RGB value is (206,85,49). Sum of RGB (Red+Green+Blue) = 206+85+49=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5531 is #31AACE. Grayscale: #757575. Windows color (decimal): -3254991 or 3233230. OLE color: 3233230.

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

Color convert

RGB 206 85 49 -
CMYK 0 0.59 0.76 0.19
HSL 13.76º 0.62% 0.5% -
HSV(B) 13.76º 0.76% 0.81% -
XYZ 29.26 19.84 5.19 -
YUV 117.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 206 85 49 0 0.59 0.76 0.19 13.76 0.62 0.5
Hex CE 55 31 0 3B 4C 13 E 3E 32
Octal 316 125 61 0 73 114 23 16 76 62
Binary 11001110 1010101 110001 0 111011 1001100 10011 1110 111110 110010

Color Harmonies of #CE5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5531

Black with #CE5531

Text Example


Text Example

White with #CE5531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5531; }

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

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

background-color css

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

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

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

border-color css

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

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

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