Html Css Color HEX #CD593A Chilean Fire

📋 copy color: '#CD593A'

red 205 ◦ green 89 ◦ blue 58

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

Shades of Chilean Fire #CD593A

Tints of Chilean Fire #CD593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 58.24%
G = 25.28%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD593A (or 0xCD593A) is known color: Chilean Fire. HEX triplet: CD, 59 and 3A. RGB value is (205,89,58). Sum of RGB (Red+Green+Blue) = 205+89+58=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD593A is #32A6C5. Grayscale: #787878. Windows color (decimal): -3319494 or 3824077. OLE color: 3824077.

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

Color convert

RGB 205 89 58 -
CMYK 0 0.57 0.72 0.20
HSL 12.65º 0.6% 0.52% -
HSV(B) 12.65º 0.72% 0.8% -
XYZ 29.51 20.43 6.39 -
YUV 120.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 205 89 58 0 0.57 0.72 0.20 12.65 0.6 0.52
Hex CD 59 3A 0 39 48 14 D 3C 34
Octal 315 131 72 0 71 110 24 15 74 64
Binary 11001101 1011001 111010 0 111001 1001000 10100 1101 111100 110100

Color Harmonies of #CD593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD593A

Black with #CD593A

Text Example


Text Example

White with #CD593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD593A; }

 p { color: rgb(205,89,58); }

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

background-color css

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

 a { background-color: rgb(205,89,58); }

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

border-color css

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

 span { border-color: rgb(205,89,58); }

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