Html Css Color HEX #D9502D Chilean Fire

📋 copy color: '#D9502D'

red 217 ◦ green 80 ◦ blue 45

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

Shades of Chilean Fire #D9502D

Tints of Chilean Fire #D9502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 63.45%
G = 23.39%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9502D (or 0xD9502D) is known color: Chilean Fire. HEX triplet: D9, 50 and 2D. RGB value is (217,80,45). Sum of RGB (Red+Green+Blue) = 217+80+45=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9502D is #26AFD2. Grayscale: #757575. Windows color (decimal): -2535379 or 2969817. OLE color: 2969817.

HSL color Cylindrical-coordinate representation of color #D9502D: hue angle of 12.21º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9502D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 45 -
CMYK 0 0.63 0.79 0.15
HSL 12.21º 0.69% 0.51% -
HSV(B) 12.21º 0.79% 0.85% -
XYZ 31.96 20.68 4.79 -
YUV 116.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 217 80 45 0 0.63 0.79 0.15 12.21 0.69 0.51
Hex D9 50 2D 0 3F 4F F C 45 33
Octal 331 120 55 0 77 117 17 14 105 63
Binary 11011001 1010000 101101 0 111111 1001111 1111 1100 1000101 110011

Color Harmonies of #D9502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9502D

Black with #D9502D

Text Example


Text Example

White with #D9502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9502D; }

 p { color: rgb(217,80,45); }

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

background-color css

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

 a { background-color: rgb(217,80,45); }

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

border-color css

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

 span { border-color: rgb(217,80,45); }

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