Html Css Color HEX #DC511F Chilean Fire

📋 copy color: '#DC511F'

red 220 ◦ green 81 ◦ blue 31

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

Shades of Chilean Fire #DC511F

Tints of Chilean Fire #DC511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 66.27%
G = 24.4%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC511F (or 0xDC511F) is known color: Chilean Fire. HEX triplet: DC, 51 and 1F. RGB value is (220,81,31). Sum of RGB (Red+Green+Blue) = 220+81+31=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC511F is #23AEE0. Grayscale: #757575. Windows color (decimal): -2338529 or 2052572. OLE color: 2052572.

HSL color Cylindrical-coordinate representation of color #DC511F: hue angle of 15.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC511F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 31 -
CMYK 0 0.63 0.86 0.14
HSL 15.87º 0.75% 0.49% -
HSV(B) 15.87º 0.86% 0.86% -
XYZ 32.7 21.2 3.66 -
YUV 116.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 220 81 31 0 0.63 0.86 0.14 15.87 0.75 0.49
Hex DC 51 1F 0 3F 56 E 10 4B 31
Octal 334 121 37 0 77 126 16 20 113 61
Binary 11011100 1010001 11111 0 111111 1010110 1110 10000 1001011 110001

Color Harmonies of #DC511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC511F

Black with #DC511F

Text Example


Text Example

White with #DC511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC511F; }

 p { color: rgb(220,81,31); }

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

background-color css

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

 a { background-color: rgb(220,81,31); }

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

border-color css

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

 span { border-color: rgb(220,81,31); }

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