Html Css Color HEX #D46431 Chilean Fire

📋 copy color: '#D46431'

red 212 ◦ green 100 ◦ blue 49

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

Shades of Chilean Fire #D46431

Tints of Chilean Fire #D46431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 58.73%
G = 27.7%
B = 13.57%

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

#D46431 (or 0xD46431) is known color: Chilean Fire. HEX triplet: D4, 64 and 31. RGB value is (212,100,49). Sum of RGB (Red+Green+Blue) = 212+100+49=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D46431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46431 is #2B9BCE. Grayscale: #7F7F7F. Windows color (decimal): -2857935 or 3237076. OLE color: 3237076.

HSL color Cylindrical-coordinate representation of color #D46431: hue angle of 18.77º 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 #D46431 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 49 -
CMYK 0 0.53 0.77 0.17
HSL 18.77º 0.65% 0.51% -
HSV(B) 18.77º 0.77% 0.83% -
XYZ 32.26 23.33 5.71 -
YUV 127.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 212 100 49 0 0.53 0.77 0.17 18.77 0.65 0.51
Hex D4 64 31 0 35 4D 11 13 41 33
Octal 324 144 61 0 65 115 21 23 101 63
Binary 11010100 1100100 110001 0 110101 1001101 10001 10011 1000001 110011

Color Harmonies of #D46431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46431

Black with #D46431

Text Example


Text Example

White with #D46431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46431; }

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

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

background-color css

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

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

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

border-color css

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

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

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