Html Css Color HEX #D6521F Chilean Fire

📋 copy color: '#D6521F'

red 214 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #D6521F

Tints of Chilean Fire #D6521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 65.44%
G = 25.08%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6521F (or 0xD6521F) is known color: Chilean Fire. HEX triplet: D6, 52 and 1F. RGB value is (214,82,31). Sum of RGB (Red+Green+Blue) = 214+82+31=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6521F is #29ADE0. Grayscale: #737373. Windows color (decimal): -2731489 or 2052822. OLE color: 2052822.

HSL color Cylindrical-coordinate representation of color #D6521F: hue angle of 16.72º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6521F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 31 -
CMYK 0 0.62 0.86 0.16
HSL 16.72º 0.75% 0.48% -
HSV(B) 16.72º 0.86% 0.84% -
XYZ 31 20.43 3.61 -
YUV 115.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 214 82 31 0 0.62 0.86 0.16 16.72 0.75 0.48
Hex D6 52 1F 0 3E 56 10 11 4B 30
Octal 326 122 37 0 76 126 20 21 113 60
Binary 11010110 1010010 11111 0 111110 1010110 10000 10001 1001011 110000

Color Harmonies of #D6521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6521F

Black with #D6521F

Text Example


Text Example

White with #D6521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6521F; }

 p { color: rgb(214,82,31); }

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

background-color css

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

 a { background-color: rgb(214,82,31); }

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

border-color css

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

 span { border-color: rgb(214,82,31); }

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