Html Css Color HEX #CD5C2F Chilean Fire

📋 copy color: '#CD5C2F'

red 205 ◦ green 92 ◦ blue 47

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

Shades of Chilean Fire #CD5C2F

Tints of Chilean Fire #CD5C2F

RGB

 RED value IS 205 (80.47% from 255) = 59.59%

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 59.59%
G = 26.74%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD5C2F (or 0xCD5C2F) is known color: Chilean Fire. HEX triplet: CD, 5C and 2F. RGB value is (205,92,47). Sum of RGB (Red+Green+Blue) = 205+92+47=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5C2F is #32A3D0. Grayscale: #787878. Windows color (decimal): -3318737 or 3103949. OLE color: 3103949.

HSL color Cylindrical-coordinate representation of color #CD5C2F: hue angle of 17.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD5C2F is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 92 47 -
CMYK 0 0.55 0.77 0.20
HSL 17.09º 0.63% 0.49% -
HSV(B) 17.09º 0.77% 0.8% -
XYZ 29.52 20.84 5.16 -
YUV 120.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 205 92 47 0 0.55 0.77 0.20 17.09 0.63 0.49
Hex CD 5C 2F 0 37 4D 14 11 3F 31
Octal 315 134 57 0 67 115 24 21 77 61
Binary 11001101 1011100 101111 0 110111 1001101 10100 10001 111111 110001

Color Harmonies of #CD5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C2F

Black with #CD5C2F

Text Example


Text Example

White with #CD5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C2F; }

 p { color: rgb(205,92,47); }

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

background-color css

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

 a { background-color: rgb(205,92,47); }

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

border-color css

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

 span { border-color: rgb(205,92,47); }

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