Html Css Color HEX #D46331 Chilean Fire

📋 copy color: '#D46331'

red 212 ◦ green 99 ◦ blue 49

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

Shades of Chilean Fire #D46331

Tints of Chilean Fire #D46331

RGB

 RED value IS 212 (83.2% from 255) = 58.89%

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

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 58.89%
G = 27.5%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D46331 (or 0xD46331) is known color: Chilean Fire. HEX triplet: D4, 63 and 31. RGB value is (212,99,49). Sum of RGB (Red+Green+Blue) = 212+99+49=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D46331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46331 is #2B9CCE. Grayscale: #7F7F7F. Windows color (decimal): -2858191 or 3236820. OLE color: 3236820.

HSL color Cylindrical-coordinate representation of color #D46331: hue angle of 18.4º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D46331 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 49 -
CMYK 0 0.53 0.77 0.17
HSL 18.4º 0.65% 0.51% -
HSV(B) 18.4º 0.77% 0.83% -
XYZ 32.17 23.14 5.68 -
YUV 127.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 212 99 49 0 0.53 0.77 0.17 18.4 0.65 0.51
Hex D4 63 31 0 35 4D 11 12 41 33
Octal 324 143 61 0 65 115 21 22 101 63
Binary 11010100 1100011 110001 0 110101 1001101 10001 10010 1000001 110011

Color Harmonies of #D46331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46331

Black with #D46331

Text Example


Text Example

White with #D46331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46331; }

 p { color: rgb(212,99,49); }

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

background-color css

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

 a { background-color: rgb(212,99,49); }

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

border-color css

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

 span { border-color: rgb(212,99,49); }

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