Html Css Color HEX #CD5D25 Chilean Fire

📋 copy color: '#CD5D25'

red 205 ◦ green 93 ◦ blue 37

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

Shades of Chilean Fire #CD5D25

Tints of Chilean Fire #CD5D25

RGB

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

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

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

R = 61.19%
G = 27.76%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD5D25 (or 0xCD5D25) is known color: Chilean Fire. HEX triplet: CD, 5D and 25. RGB value is (205,93,37). Sum of RGB (Red+Green+Blue) = 205+93+37=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D25 is #32A2DA. Grayscale: #787878. Windows color (decimal): -3318491 or 2448845. OLE color: 2448845.

HSL color Cylindrical-coordinate representation of color #CD5D25: hue angle of 20º 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 #CD5D25 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 93 37 -
CMYK 0 0.55 0.82 0.20
HSL 20º 0.69% 0.47% -
HSV(B) 20º 0.82% 0.8% -
XYZ 29.43 20.94 4.24 -
YUV 120.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 205 93 37 0 0.55 0.82 0.20 20 0.69 0.47
Hex CD 5D 25 0 37 52 14 14 45 2F
Octal 315 135 45 0 67 122 24 24 105 57
Binary 11001101 1011101 100101 0 110111 1010010 10100 10100 1000101 101111

Color Harmonies of #CD5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D25

Black with #CD5D25

Text Example


Text Example

White with #CD5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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