Html Css Color HEX #CD5525 Chilean Fire

📋 copy color: '#CD5525'

red 205 ◦ green 85 ◦ blue 37

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

Shades of Chilean Fire #CD5525

Tints of Chilean Fire #CD5525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 62.69%
G = 25.99%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD5525 (or 0xCD5525) is known color: Chilean Fire. HEX triplet: CD, 55 and 25. RGB value is (205,85,37). Sum of RGB (Red+Green+Blue) = 205+85+37=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5525 is #32AADA. Grayscale: #737373. Windows color (decimal): -3320539 or 2446797. OLE color: 2446797.

HSL color Cylindrical-coordinate representation of color #CD5525: hue angle of 17.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD5525 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 37 -
CMYK 0 0.59 0.82 0.20
HSL 17.14º 0.69% 0.47% -
HSV(B) 17.14º 0.82% 0.8% -
XYZ 28.76 19.61 4.02 -
YUV 115.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 205 85 37 0 0.59 0.82 0.20 17.14 0.69 0.47
Hex CD 55 25 0 3B 52 14 11 45 2F
Octal 315 125 45 0 73 122 24 21 105 57
Binary 11001101 1010101 100101 0 111011 1010010 10100 10001 1000101 101111

Color Harmonies of #CD5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5525

Black with #CD5525

Text Example


Text Example

White with #CD5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5525; }

 p { color: rgb(205,85,37); }

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

background-color css

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

 a { background-color: rgb(205,85,37); }

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

border-color css

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

 span { border-color: rgb(205,85,37); }

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