Html Css Color HEX #DC602F Chilean Fire

📋 copy color: '#DC602F'

red 220 ◦ green 96 ◦ blue 47

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

Shades of Chilean Fire #DC602F

Tints of Chilean Fire #DC602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 60.61%
G = 26.45%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC602F (or 0xDC602F) is known color: Chilean Fire. HEX triplet: DC, 60 and 2F. RGB value is (220,96,47). Sum of RGB (Red+Green+Blue) = 220+96+47=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC602F is #239FD0. Grayscale: #7F7F7F. Windows color (decimal): -2334673 or 3104988. OLE color: 3104988.

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

Color convert

RGB 220 96 47 -
CMYK 0 0.56 0.79 0.14
HSL 16.99º 0.71% 0.52% -
HSV(B) 16.99º 0.79% 0.86% -
XYZ 34.21 23.79 5.48 -
YUV 127.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 220 96 47 0 0.56 0.79 0.14 16.99 0.71 0.52
Hex DC 60 2F 0 38 4F E 11 47 34
Octal 334 140 57 0 70 117 16 21 107 64
Binary 11011100 1100000 101111 0 111000 1001111 1110 10001 1000111 110100

Color Harmonies of #DC602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC602F

Black with #DC602F

Text Example


Text Example

White with #DC602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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