Html Css Color HEX #CE5931 Chilean Fire

📋 copy color: '#CE5931'

red 206 ◦ green 89 ◦ blue 49

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

Shades of Chilean Fire #CE5931

Tints of Chilean Fire #CE5931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

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

R = 59.88%
G = 25.87%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE5931 (or 0xCE5931) is known color: Chilean Fire. HEX triplet: CE, 59 and 31. RGB value is (206,89,49). Sum of RGB (Red+Green+Blue) = 206+89+49=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5931 is #31A6CE. Grayscale: #777777. Windows color (decimal): -3253967 or 3234254. OLE color: 3234254.

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

Color convert

RGB 206 89 49 -
CMYK 0 0.57 0.76 0.19
HSL 15.29º 0.62% 0.5% -
HSV(B) 15.29º 0.76% 0.81% -
XYZ 29.58 20.49 5.3 -
YUV 119.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 206 89 49 0 0.57 0.76 0.19 15.29 0.62 0.5
Hex CE 59 31 0 39 4C 13 F 3E 32
Octal 316 131 61 0 71 114 23 17 76 62
Binary 11001110 1011001 110001 0 111001 1001100 10011 1111 111110 110010

Color Harmonies of #CE5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5931

Black with #CE5931

Text Example


Text Example

White with #CE5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5931; }

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

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

background-color css

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

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

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

border-color css

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

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

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