Html Css Color HEX #DC602D Chilean Fire

📋 copy color: '#DC602D'

red 220 ◦ green 96 ◦ blue 45

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

Shades of Chilean Fire #DC602D

Tints of Chilean Fire #DC602D

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 60.94%
G = 26.59%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC602D (or 0xDC602D) is known color: Chilean Fire. HEX triplet: DC, 60 and 2D. RGB value is (220,96,45). Sum of RGB (Red+Green+Blue) = 220+96+45=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC602D is #239FD2. Grayscale: #7F7F7F. Windows color (decimal): -2334675 or 2973916. OLE color: 2973916.

HSL color Cylindrical-coordinate representation of color #DC602D: hue angle of 17.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC602D is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 45 -
CMYK 0 0.56 0.80 0.14
HSL 17.49º 0.71% 0.52% -
HSV(B) 17.49º 0.8% 0.86% -
XYZ 34.17 23.77 5.27 -
YUV 127.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 220 96 45 0 0.56 0.80 0.14 17.49 0.71 0.52
Hex DC 60 2D 0 38 50 E 11 47 34
Octal 334 140 55 0 70 120 16 21 107 64
Binary 11011100 1100000 101101 0 111000 1010000 1110 10001 1000111 110100

Color Harmonies of #DC602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC602D

Black with #DC602D

Text Example


Text Example

White with #DC602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC602D; }

 p { color: rgb(220,96,45); }

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

background-color css

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

 a { background-color: rgb(220,96,45); }

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

border-color css

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

 span { border-color: rgb(220,96,45); }

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