Html Css Color HEX #D9502E Chilean Fire

📋 copy color: '#D9502E'

red 217 ◦ green 80 ◦ blue 46

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

Shades of Chilean Fire #D9502E

Tints of Chilean Fire #D9502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 63.27%
G = 23.32%
B = 13.41%

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

#D9502E (or 0xD9502E) is known color: Chilean Fire. HEX triplet: D9, 50 and 2E. RGB value is (217,80,46). Sum of RGB (Red+Green+Blue) = 217+80+46=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9502E is #26AFD1. Grayscale: #757575. Windows color (decimal): -2535378 or 3035353. OLE color: 3035353.

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

Color convert

RGB 217 80 46 -
CMYK 0 0.63 0.79 0.15
HSL 11.93º 0.69% 0.52% -
HSV(B) 11.93º 0.79% 0.85% -
XYZ 31.98 20.69 4.89 -
YUV 117.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 217 80 46 0 0.63 0.79 0.15 11.93 0.69 0.52
Hex D9 50 2E 0 3F 4F F C 45 34
Octal 331 120 56 0 77 117 17 14 105 64
Binary 11011001 1010000 101110 0 111111 1001111 1111 1100 1000101 110100

Color Harmonies of #D9502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9502E

Black with #D9502E

Text Example


Text Example

White with #D9502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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