Html Css Color HEX #D6603C Chilean Fire

📋 copy color: '#D6603C'

red 214 ◦ green 96 ◦ blue 60

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

Shades of Chilean Fire #D6603C

Tints of Chilean Fire #D6603C

RGB

 RED value IS 214 (83.98% from 255) = 57.84%

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

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

R = 57.84%
G = 25.95%
B = 16.22%

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

#D6603C (or 0xD6603C) is known color: Chilean Fire. HEX triplet: D6, 60 and 3C. RGB value is (214,96,60). Sum of RGB (Red+Green+Blue) = 214+96+60=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6603C is #299FC3. Grayscale: #7F7F7F. Windows color (decimal): -2727876 or 3956950. OLE color: 3956950.

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

Color convert

RGB 214 96 60 -
CMYK 0 0.55 0.72 0.16
HSL 14.03º 0.65% 0.54% -
HSV(B) 14.03º 0.72% 0.84% -
XYZ 32.73 22.99 6.99 -
YUV 127.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 214 96 60 0 0.55 0.72 0.16 14.03 0.65 0.54
Hex D6 60 3C 0 37 48 10 E 41 36
Octal 326 140 74 0 67 110 20 16 101 66
Binary 11010110 1100000 111100 0 110111 1001000 10000 1110 1000001 110110

Color Harmonies of #D6603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6603C

Black with #D6603C

Text Example


Text Example

White with #D6603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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