Html Css Color HEX #D7512B Chilean Fire

📋 copy color: '#D7512B'

red 215 ◦ green 81 ◦ blue 43

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

Shades of Chilean Fire #D7512B

Tints of Chilean Fire #D7512B

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

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

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

R = 63.42%
G = 23.89%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7512B (or 0xD7512B) is known color: Chilean Fire. HEX triplet: D7, 51 and 2B. RGB value is (215,81,43). Sum of RGB (Red+Green+Blue) = 215+81+43=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7512B is #28AED4. Grayscale: #757575. Windows color (decimal): -2666197 or 2838999. OLE color: 2838999.

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

Color convert

RGB 215 81 43 -
CMYK 0 0.62 0.8 0.16
HSL 13.26º 0.68% 0.51% -
HSV(B) 13.26º 0.8% 0.84% -
XYZ 31.4 20.51 4.59 -
YUV 116.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 215 81 43 0 0.62 0.8 0.16 13.26 0.68 0.51
Hex D7 51 2B 0 3E 50 10 D 44 33
Octal 327 121 53 0 76 120 20 15 104 63
Binary 11010111 1010001 101011 0 111110 1010000 10000 1101 1000100 110011

Color Harmonies of #D7512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7512B

Black with #D7512B

Text Example


Text Example

White with #D7512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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