Html Css Color HEX #D16335 Chilean Fire

📋 copy color: '#D16335'

red 209 ◦ green 99 ◦ blue 53

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

Shades of Chilean Fire #D16335

Tints of Chilean Fire #D16335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 57.89%
G = 27.42%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D16335 (or 0xD16335) is known color: Chilean Fire. HEX triplet: D1, 63 and 35. RGB value is (209,99,53). Sum of RGB (Red+Green+Blue) = 209+99+53=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D16335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16335 is #2E9CCA. Grayscale: #7E7E7E. Windows color (decimal): -3054795 or 3498961. OLE color: 3498961.

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

Color convert

RGB 209 99 53 -
CMYK 0 0.53 0.75 0.18
HSL 17.69º 0.63% 0.51% -
HSV(B) 17.69º 0.75% 0.82% -
XYZ 31.4 22.74 6.1 -
YUV 126.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 209 99 53 0 0.53 0.75 0.18 17.69 0.63 0.51
Hex D1 63 35 0 35 4B 12 12 3F 33
Octal 321 143 65 0 65 113 22 22 77 63
Binary 11010001 1100011 110101 0 110101 1001011 10010 10010 111111 110011

Color Harmonies of #D16335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16335

Black with #D16335

Text Example


Text Example

White with #D16335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16335; }

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

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

background-color css

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

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

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

border-color css

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

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

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