Html Css Color HEX #CE5C2C Chilean Fire

📋 copy color: '#CE5C2C'

red 206 ◦ green 92 ◦ blue 44

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

Shades of Chilean Fire #CE5C2C

Tints of Chilean Fire #CE5C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 60.23%
G = 26.9%
B = 12.87%

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

#CE5C2C (or 0xCE5C2C) is known color: Chilean Fire. HEX triplet: CE, 5C and 2C. RGB value is (206,92,44). Sum of RGB (Red+Green+Blue) = 206+92+44=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C2C is #31A3D3. Grayscale: #787878. Windows color (decimal): -3253204 or 2907342. OLE color: 2907342.

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

Color convert

RGB 206 92 44 -
CMYK 0 0.55 0.79 0.19
HSL 17.78º 0.65% 0.49% -
HSV(B) 17.78º 0.79% 0.81% -
XYZ 29.74 20.96 4.86 -
YUV 120.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 206 92 44 0 0.55 0.79 0.19 17.78 0.65 0.49
Hex CE 5C 2C 0 37 4F 13 12 41 31
Octal 316 134 54 0 67 117 23 22 101 61
Binary 11001110 1011100 101100 0 110111 1001111 10011 10010 1000001 110001

Color Harmonies of #CE5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C2C

Black with #CE5C2C

Text Example


Text Example

White with #CE5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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