Html Css Color HEX #CE5C2B Chilean Fire

📋 copy color: '#CE5C2B'

red 206 ◦ green 92 ◦ blue 43

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

Shades of Chilean Fire #CE5C2B

Tints of Chilean Fire #CE5C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 60.41%
G = 26.98%
B = 12.61%

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

#CE5C2B (or 0xCE5C2B) is known color: Chilean Fire. HEX triplet: CE, 5C and 2B. RGB value is (206,92,43). Sum of RGB (Red+Green+Blue) = 206+92+43=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C2B is #31A3D4. Grayscale: #787878. Windows color (decimal): -3253205 or 2841806. OLE color: 2841806.

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

Color convert

RGB 206 92 43 -
CMYK 0 0.55 0.79 0.19
HSL 18.04º 0.65% 0.49% -
HSV(B) 18.04º 0.79% 0.81% -
XYZ 29.72 20.95 4.76 -
YUV 120.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 206 92 43 0 0.55 0.79 0.19 18.04 0.65 0.49
Hex CE 5C 2B 0 37 4F 13 12 41 31
Octal 316 134 53 0 67 117 23 22 101 61
Binary 11001110 1011100 101011 0 110111 1001111 10011 10010 1000001 110001

Color Harmonies of #CE5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C2B

Black with #CE5C2B

Text Example


Text Example

White with #CE5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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