Html Css Color HEX #DC511E Chilean Fire

📋 copy color: '#DC511E'

red 220 ◦ green 81 ◦ blue 30

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

Shades of Chilean Fire #DC511E

Tints of Chilean Fire #DC511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 66.47%
G = 24.47%
B = 9.06%

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

#DC511E (or 0xDC511E) is known color: Chilean Fire. HEX triplet: DC, 51 and 1E. RGB value is (220,81,30). Sum of RGB (Red+Green+Blue) = 220+81+30=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC511E is #23AEE1. Grayscale: #757575. Windows color (decimal): -2338530 or 1987036. OLE color: 1987036.

HSL color Cylindrical-coordinate representation of color #DC511E: hue angle of 16.11º degrees, saturation: 0.76, 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 #DC511E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 30 -
CMYK 0 0.63 0.86 0.14
HSL 16.11º 0.76% 0.49% -
HSV(B) 16.11º 0.86% 0.86% -
XYZ 32.69 21.19 3.6 -
YUV 116.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 220 81 30 0 0.63 0.86 0.14 16.11 0.76 0.49
Hex DC 51 1E 0 3F 56 E 10 4C 31
Octal 334 121 36 0 77 126 16 20 114 61
Binary 11011100 1010001 11110 0 111111 1010110 1110 10000 1001100 110001

Color Harmonies of #DC511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC511E

Black with #DC511E

Text Example


Text Example

White with #DC511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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