Html Css Color HEX #D9502F Chilean Fire

📋 copy color: '#D9502F'

red 217 ◦ green 80 ◦ blue 47

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

Shades of Chilean Fire #D9502F

Tints of Chilean Fire #D9502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 63.08%
G = 23.26%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9502F (or 0xD9502F) is known color: Chilean Fire. HEX triplet: D9, 50 and 2F. RGB value is (217,80,47). Sum of RGB (Red+Green+Blue) = 217+80+47=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9502F is #26AFD0. Grayscale: #757575. Windows color (decimal): -2535377 or 3100889. OLE color: 3100889.

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

Color convert

RGB 217 80 47 -
CMYK 0 0.63 0.78 0.15
HSL 11.65º 0.69% 0.52% -
HSV(B) 11.65º 0.78% 0.85% -
XYZ 32 20.69 5 -
YUV 117.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 217 80 47 0 0.63 0.78 0.15 11.65 0.69 0.52
Hex D9 50 2F 0 3F 4E F C 45 34
Octal 331 120 57 0 77 116 17 14 105 64
Binary 11011001 1010000 101111 0 111111 1001110 1111 1100 1000101 110100

Color Harmonies of #D9502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9502F

Black with #D9502F

Text Example


Text Example

White with #D9502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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