#CD5B35

Color #CD5B35 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CD5B35

Tints of Chilean Fire #CD5B35

Color information

#CD5B35 (or 0xCD5B35) is unknown color: approx Chilean Fire. HEX triplet: CD, 5B and 35. RGB value is (205,91,53). Sum of RGB (Red+Green+Blue) = 205+91+53=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5B35 is #32A4CA. Grayscale: #797979. Windows color (decimal): -3318987 or 3496909. OLE color: 3496909.

HSL color Cylindrical-coordinate representation of color #CD5B35: hue angle of 15º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD5B35 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2059153-
CMYK00.560.740.20
HSL15º60.32%50.59%-
HSV(B)15º74.15%80.39%-
XYZ29.5620.725.81-
YUV120.7589.77188.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.74%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=58.74%
G=26.07%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205915300.560.740.201560.3250.59
HexCD5B350384A14f3c33
Octal3151336507011224177463
Binary11001101101101111010101110001001010101001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B35; }

 p { color: rgb(205,91,53); }

 H1.HeaderClassName
 {
   color: #CD5B35;
 }
 .AnyTagClassName
 {
   color: #CD5B35;
 }
</style>
background-color css

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

 a { background-color: rgb(205,91,53); }

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

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

 span { border-color: rgb(205,91,53); }

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