Html Css Color HEX #CD5D35 Chilean Fire

📋 copy color: '#CD5D35'

red 205 ◦ green 93 ◦ blue 53

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

Shades of Chilean Fire #CD5D35

Tints of Chilean Fire #CD5D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 58.4%
G = 26.5%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD5D35 (or 0xCD5D35) is known color: Chilean Fire. HEX triplet: CD, 5D and 35. RGB value is (205,93,53). Sum of RGB (Red+Green+Blue) = 205+93+53=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D35 is #32A2CA. Grayscale: #7A7A7A. Windows color (decimal): -3318475 or 3497421. OLE color: 3497421.

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

Color convert

RGB 205 93 53 -
CMYK 0 0.55 0.74 0.20
HSL 15.79º 0.6% 0.51% -
HSV(B) 15.79º 0.74% 0.8% -
XYZ 29.73 21.06 5.87 -
YUV 121.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 205 93 53 0 0.55 0.74 0.20 15.79 0.6 0.51
Hex CD 5D 35 0 37 4A 14 10 3C 33
Octal 315 135 65 0 67 112 24 20 74 63
Binary 11001101 1011101 110101 0 110111 1001010 10100 10000 111100 110011

Color Harmonies of #CD5D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D35

Black with #CD5D35

Text Example


Text Example

White with #CD5D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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