Html Css Color HEX #D75120 Chilean Fire

📋 copy color: '#D75120'

red 215 ◦ green 81 ◦ blue 32

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

Shades of Chilean Fire #D75120

Tints of Chilean Fire #D75120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 65.55%
G = 24.7%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D75120 (or 0xD75120) is known color: Chilean Fire. HEX triplet: D7, 51 and 20. RGB value is (215,81,32). Sum of RGB (Red+Green+Blue) = 215+81+32=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D75120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75120 is #28AEDF. Grayscale: #737373. Windows color (decimal): -2666208 or 2118103. OLE color: 2118103.

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

Color convert

RGB 215 81 32 -
CMYK 0 0.62 0.85 0.16
HSL 16.07º 0.74% 0.48% -
HSV(B) 16.07º 0.85% 0.84% -
XYZ 31.23 20.44 3.67 -
YUV 115.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 215 81 32 0 0.62 0.85 0.16 16.07 0.74 0.48
Hex D7 51 20 0 3E 55 10 10 4A 30
Octal 327 121 40 0 76 125 20 20 112 60
Binary 11010111 1010001 100000 0 111110 1010101 10000 10000 1001010 110000

Color Harmonies of #D75120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75120

Black with #D75120

Text Example


Text Example

White with #D75120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75120; }

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

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

background-color css

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

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

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

border-color css

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

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

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