Html Css Color HEX #CE5D31 Chilean Fire

📋 copy color: '#CE5D31'

red 206 ◦ green 93 ◦ blue 49

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

Shades of Chilean Fire #CE5D31

Tints of Chilean Fire #CE5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

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

R = 59.2%
G = 26.72%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE5D31 (or 0xCE5D31) is known color: Chilean Fire. HEX triplet: CE, 5D and 31. RGB value is (206,93,49). Sum of RGB (Red+Green+Blue) = 206+93+49=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D31 is #31A2CE. Grayscale: #7A7A7A. Windows color (decimal): -3252943 or 3235278. OLE color: 3235278.

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

Color convert

RGB 206 93 49 -
CMYK 0 0.55 0.76 0.19
HSL 16.82º 0.62% 0.5% -
HSV(B) 16.82º 0.76% 0.81% -
XYZ 29.92 21.17 5.42 -
YUV 121.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 206 93 49 0 0.55 0.76 0.19 16.82 0.62 0.5
Hex CE 5D 31 0 37 4C 13 11 3E 32
Octal 316 135 61 0 67 114 23 21 76 62
Binary 11001110 1011101 110001 0 110111 1001100 10011 10001 111110 110010

Color Harmonies of #CE5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D31

Black with #CE5D31

Text Example


Text Example

White with #CE5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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