Html Css Color HEX #CE5D2C Chilean Fire

📋 copy color: '#CE5D2C'

red 206 ◦ green 93 ◦ blue 44

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

Shades of Chilean Fire #CE5D2C

Tints of Chilean Fire #CE5D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 60.06%
G = 27.11%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE5D2C (or 0xCE5D2C) is known color: Chilean Fire. HEX triplet: CE, 5D and 2C. RGB value is (206,93,44). Sum of RGB (Red+Green+Blue) = 206+93+44=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D2C is #31A2D3. Grayscale: #797979. Windows color (decimal): -3252948 or 2907598. OLE color: 2907598.

HSL color Cylindrical-coordinate representation of color #CE5D2C: hue angle of 18.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE5D2C is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 44 -
CMYK 0 0.55 0.79 0.19
HSL 18.15º 0.65% 0.49% -
HSV(B) 18.15º 0.79% 0.81% -
XYZ 29.82 21.13 4.89 -
YUV 121.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 206 93 44 0 0.55 0.79 0.19 18.15 0.65 0.49
Hex CE 5D 2C 0 37 4F 13 12 41 31
Octal 316 135 54 0 67 117 23 22 101 61
Binary 11001110 1011101 101100 0 110111 1001111 10011 10010 1000001 110001

Color Harmonies of #CE5D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D2C

Black with #CE5D2C

Text Example


Text Example

White with #CE5D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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