Html Css Color HEX #CD5D29 Chilean Fire

📋 copy color: '#CD5D29'

red 205 ◦ green 93 ◦ blue 41

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

Shades of Chilean Fire #CD5D29

Tints of Chilean Fire #CD5D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 41 (16.41% from 255) = 12.09%

R = 60.47%
G = 27.43%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD5D29 (or 0xCD5D29) is known color: Chilean Fire. HEX triplet: CD, 5D and 29. RGB value is (205,93,41). Sum of RGB (Red+Green+Blue) = 205+93+41=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D29 is #32A2D6. Grayscale: #787878. Windows color (decimal): -3318487 or 2710989. OLE color: 2710989.

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

Color convert

RGB 205 93 41 -
CMYK 0 0.55 0.8 0.20
HSL 19.02º 0.67% 0.48% -
HSV(B) 19.02º 0.8% 0.8% -
XYZ 29.49 20.97 4.59 -
YUV 120.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 205 93 41 0 0.55 0.8 0.20 19.02 0.67 0.48
Hex CD 5D 29 0 37 50 14 13 43 30
Octal 315 135 51 0 67 120 24 23 103 60
Binary 11001101 1011101 101001 0 110111 1010000 10100 10011 1000011 110000

Color Harmonies of #CD5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D29

Black with #CD5D29

Text Example


Text Example

White with #CD5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D29; }

 p { color: rgb(205,93,41); }

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

background-color css

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

 a { background-color: rgb(205,93,41); }

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

border-color css

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

 span { border-color: rgb(205,93,41); }

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