Html Css Color HEX #D5512E Chilean Fire

📋 copy color: '#D5512E'

red 213 ◦ green 81 ◦ blue 46

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

Shades of Chilean Fire #D5512E

Tints of Chilean Fire #D5512E

RGB

 RED value IS 213 (83.59% from 255) = 62.65%

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 62.65%
G = 23.82%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5512E (or 0xD5512E) is known color: Chilean Fire. HEX triplet: D5, 51 and 2E. RGB value is (213,81,46). Sum of RGB (Red+Green+Blue) = 213+81+46=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5512E is #2AAED1. Grayscale: #747474. Windows color (decimal): -2797266 or 3035605. OLE color: 3035605.

HSL color Cylindrical-coordinate representation of color #D5512E: hue angle of 12.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5512E is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 46 -
CMYK 0 0.62 0.78 0.16
HSL 12.57º 0.67% 0.51% -
HSV(B) 12.57º 0.78% 0.84% -
XYZ 30.88 20.23 4.86 -
YUV 116.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 213 81 46 0 0.62 0.78 0.16 12.57 0.67 0.51
Hex D5 51 2E 0 3E 4E 10 D 43 33
Octal 325 121 56 0 76 116 20 15 103 63
Binary 11010101 1010001 101110 0 111110 1001110 10000 1101 1000011 110011

Color Harmonies of #D5512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5512E

Black with #D5512E

Text Example


Text Example

White with #D5512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5512E; }

 p { color: rgb(213,81,46); }

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

background-color css

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

 a { background-color: rgb(213,81,46); }

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

border-color css

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

 span { border-color: rgb(213,81,46); }

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