Html Css Color HEX #D5512B Chilean Fire

📋 copy color: '#D5512B'

red 213 ◦ green 81 ◦ blue 43

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

Shades of Chilean Fire #D5512B

Tints of Chilean Fire #D5512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 63.2%
G = 24.04%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5512B (or 0xD5512B) is known color: Chilean Fire. HEX triplet: D5, 51 and 2B. RGB value is (213,81,43). Sum of RGB (Red+Green+Blue) = 213+81+43=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5512B is #2AAED4. Grayscale: #747474. Windows color (decimal): -2797269 or 2838997. OLE color: 2838997.

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

Color convert

RGB 213 81 43 -
CMYK 0 0.62 0.80 0.16
HSL 13.41º 0.67% 0.5% -
HSV(B) 13.41º 0.8% 0.84% -
XYZ 30.82 20.21 4.56 -
YUV 116.14 86.73 197.09 -
System Red Green Blue C M Y K H S L
Decimal 213 81 43 0 0.62 0.80 0.16 13.41 0.67 0.5
Hex D5 51 2B 0 3E 50 10 D 43 32
Octal 325 121 53 0 76 120 20 15 103 62
Binary 11010101 1010001 101011 0 111110 1010000 10000 1101 1000011 110010

Color Harmonies of #D5512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5512B

Black with #D5512B

Text Example


Text Example

White with #D5512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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