Html Css Color HEX #D46133 Chilean Fire

📋 copy color: '#D46133'

red 212 ◦ green 97 ◦ blue 51

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

Shades of Chilean Fire #D46133

Tints of Chilean Fire #D46133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 58.89%
G = 26.94%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D46133 (or 0xD46133) is known color: Chilean Fire. HEX triplet: D4, 61 and 33. RGB value is (212,97,51). Sum of RGB (Red+Green+Blue) = 212+97+51=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D46133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46133 is #2B9ECC. Grayscale: #7E7E7E. Windows color (decimal): -2858701 or 3367380. OLE color: 3367380.

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

Color convert

RGB 212 97 51 -
CMYK 0 0.54 0.76 0.17
HSL 17.14º 0.65% 0.52% -
HSV(B) 17.14º 0.76% 0.83% -
XYZ 32.02 22.79 5.84 -
YUV 126.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 212 97 51 0 0.54 0.76 0.17 17.14 0.65 0.52
Hex D4 61 33 0 36 4C 11 11 41 34
Octal 324 141 63 0 66 114 21 21 101 64
Binary 11010100 1100001 110011 0 110110 1001100 10001 10001 1000001 110100

Color Harmonies of #D46133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46133

Black with #D46133

Text Example


Text Example

White with #D46133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46133; }

 p { color: rgb(212,97,51); }

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

background-color css

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

 a { background-color: rgb(212,97,51); }

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

border-color css

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

 span { border-color: rgb(212,97,51); }

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