Html Css Color HEX #D5512C Chilean Fire

📋 copy color: '#D5512C'

red 213 ◦ green 81 ◦ blue 44

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

Shades of Chilean Fire #D5512C

Tints of Chilean Fire #D5512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 63.02%
G = 23.96%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5512C (or 0xD5512C) is known color: Chilean Fire. HEX triplet: D5, 51 and 2C. RGB value is (213,81,44). Sum of RGB (Red+Green+Blue) = 213+81+44=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5512C is #2AAED3. Grayscale: #747474. Windows color (decimal): -2797268 or 2904533. OLE color: 2904533.

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

Color convert

RGB 213 81 44 -
CMYK 0 0.62 0.79 0.16
HSL 13.14º 0.67% 0.5% -
HSV(B) 13.14º 0.79% 0.84% -
XYZ 30.84 20.21 4.66 -
YUV 116.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 213 81 44 0 0.62 0.79 0.16 13.14 0.67 0.5
Hex D5 51 2C 0 3E 4F 10 D 43 32
Octal 325 121 54 0 76 117 20 15 103 62
Binary 11010101 1010001 101100 0 111110 1001111 10000 1101 1000011 110010

Color Harmonies of #D5512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5512C

Black with #D5512C

Text Example


Text Example

White with #D5512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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