Html Css Color HEX #D9521E Chilean Fire

📋 copy color: '#D9521E'

red 217 ◦ green 82 ◦ blue 30

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

Shades of Chilean Fire #D9521E

Tints of Chilean Fire #D9521E

RGB

 RED value IS 217 (85.16% from 255) = 65.96%

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

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

R = 65.96%
G = 24.92%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9521E (or 0xD9521E) is known color: Chilean Fire. HEX triplet: D9, 52 and 1E. RGB value is (217,82,30). Sum of RGB (Red+Green+Blue) = 217+82+30=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9521E is #26ADE1. Grayscale: #747474. Windows color (decimal): -2534882 or 1987289. OLE color: 1987289.

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

Color convert

RGB 217 82 30 -
CMYK 0 0.62 0.86 0.15
HSL 16.68º 0.76% 0.48% -
HSV(B) 16.68º 0.86% 0.85% -
XYZ 31.87 20.88 3.58 -
YUV 116.44 79.23 199.73 -
System Red Green Blue C M Y K H S L
Decimal 217 82 30 0 0.62 0.86 0.15 16.68 0.76 0.48
Hex D9 52 1E 0 3E 56 F 11 4C 30
Octal 331 122 36 0 76 126 17 21 114 60
Binary 11011001 1010010 11110 0 111110 1010110 1111 10001 1001100 110000

Color Harmonies of #D9521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9521E

Black with #D9521E

Text Example


Text Example

White with #D9521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9521E; }

 p { color: rgb(217,82,30); }

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

background-color css

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

 a { background-color: rgb(217,82,30); }

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

border-color css

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

 span { border-color: rgb(217,82,30); }

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