Html Css Color HEX #D7501D Chilean Fire

📋 copy color: '#D7501D'

red 215 ◦ green 80 ◦ blue 29

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

Shades of Chilean Fire #D7501D

Tints of Chilean Fire #D7501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 66.36%
G = 24.69%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7501D (or 0xD7501D) is known color: Chilean Fire. HEX triplet: D7, 50 and 1D. RGB value is (215,80,29). Sum of RGB (Red+Green+Blue) = 215+80+29=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7501D is #28AFE2. Grayscale: #727272. Windows color (decimal): -2666467 or 1921239. OLE color: 1921239.

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

Color convert

RGB 215 80 29 -
CMYK 0 0.63 0.87 0.16
HSL 16.45º 0.76% 0.48% -
HSV(B) 16.45º 0.87% 0.84% -
XYZ 31.11 20.27 3.44 -
YUV 114.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 215 80 29 0 0.63 0.87 0.16 16.45 0.76 0.48
Hex D7 50 1D 0 3F 57 10 10 4C 30
Octal 327 120 35 0 77 127 20 20 114 60
Binary 11010111 1010000 11101 0 111111 1010111 10000 10000 1001100 110000

Color Harmonies of #D7501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7501D

Black with #D7501D

Text Example


Text Example

White with #D7501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7501D; }

 p { color: rgb(215,80,29); }

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

background-color css

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

 a { background-color: rgb(215,80,29); }

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

border-color css

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

 span { border-color: rgb(215,80,29); }

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