Html Css Color HEX #CD592D Chilean Fire

📋 copy color: '#CD592D'

red 205 ◦ green 89 ◦ blue 45

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

Shades of Chilean Fire #CD592D

Tints of Chilean Fire #CD592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 60.47%
G = 26.25%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD592D (or 0xCD592D) is known color: Chilean Fire. HEX triplet: CD, 59 and 2D. RGB value is (205,89,45). Sum of RGB (Red+Green+Blue) = 205+89+45=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD592D is #32A6D2. Grayscale: #767676. Windows color (decimal): -3319507 or 2972109. OLE color: 2972109.

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

Color convert

RGB 205 89 45 -
CMYK 0 0.57 0.78 0.20
HSL 16.5º 0.64% 0.49% -
HSV(B) 16.5º 0.78% 0.8% -
XYZ 29.22 20.31 4.86 -
YUV 118.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 205 89 45 0 0.57 0.78 0.20 16.5 0.64 0.49
Hex CD 59 2D 0 39 4E 14 10 40 31
Octal 315 131 55 0 71 116 24 20 100 61
Binary 11001101 1011001 101101 0 111001 1001110 10100 10000 1000000 110001

Color Harmonies of #CD592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD592D

Black with #CD592D

Text Example


Text Example

White with #CD592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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