Html Css Color HEX #D16330 Chilean Fire

📋 copy color: '#D16330'

red 209 ◦ green 99 ◦ blue 48

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

Shades of Chilean Fire #D16330

Tints of Chilean Fire #D16330

RGB

 RED value IS 209 (82.03% from 255) = 58.71%

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 58.71%
G = 27.81%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D16330 (or 0xD16330) is known color: Chilean Fire. HEX triplet: D1, 63 and 30. RGB value is (209,99,48). Sum of RGB (Red+Green+Blue) = 209+99+48=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D16330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16330 is #2E9CCF. Grayscale: #7E7E7E. Windows color (decimal): -3054800 or 3171281. OLE color: 3171281.

HSL color Cylindrical-coordinate representation of color #D16330: hue angle of 19.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16330 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 48 -
CMYK 0 0.53 0.77 0.18
HSL 19.01º 0.64% 0.5% -
HSV(B) 19.01º 0.77% 0.82% -
XYZ 31.29 22.69 5.53 -
YUV 126.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 209 99 48 0 0.53 0.77 0.18 19.01 0.64 0.5
Hex D1 63 30 0 35 4D 12 13 40 32
Octal 321 143 60 0 65 115 22 23 100 62
Binary 11010001 1100011 110000 0 110101 1001101 10010 10011 1000000 110010

Color Harmonies of #D16330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16330

Black with #D16330

Text Example


Text Example

White with #D16330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16330; }

 p { color: rgb(209,99,48); }

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

background-color css

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

 a { background-color: rgb(209,99,48); }

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

border-color css

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

 span { border-color: rgb(209,99,48); }

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