Html Css Color HEX #D5603C Chilean Fire

📋 copy color: '#D5603C'

red 213 ◦ green 96 ◦ blue 60

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

Shades of Chilean Fire #D5603C

Tints of Chilean Fire #D5603C

RGB

 RED value IS 213 (83.59% from 255) = 57.72%

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 57.72%
G = 26.02%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5603C (or 0xD5603C) is known color: Chilean Fire. HEX triplet: D5, 60 and 3C. RGB value is (213,96,60). Sum of RGB (Red+Green+Blue) = 213+96+60=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5603C is #2A9FC3. Grayscale: #7F7F7F. Windows color (decimal): -2793412 or 3956949. OLE color: 3956949.

HSL color Cylindrical-coordinate representation of color #D5603C: hue angle of 14.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5603C is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 60 -
CMYK 0 0.55 0.72 0.16
HSL 14.12º 0.65% 0.54% -
HSV(B) 14.12º 0.72% 0.84% -
XYZ 32.44 22.84 6.97 -
YUV 126.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 213 96 60 0 0.55 0.72 0.16 14.12 0.65 0.54
Hex D5 60 3C 0 37 48 10 E 41 36
Octal 325 140 74 0 67 110 20 16 101 66
Binary 11010101 1100000 111100 0 110111 1001000 10000 1110 1000001 110110

Color Harmonies of #D5603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5603C

Black with #D5603C

Text Example


Text Example

White with #D5603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5603C; }

 p { color: rgb(213,96,60); }

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

background-color css

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

 a { background-color: rgb(213,96,60); }

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

border-color css

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

 span { border-color: rgb(213,96,60); }

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