Html Css Color HEX #D76134 Chilean Fire

📋 copy color: '#D76134'

red 215 ◦ green 97 ◦ blue 52

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

Shades of Chilean Fire #D76134

Tints of Chilean Fire #D76134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 59.07%
G = 26.65%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D76134 (or 0xD76134) is known color: Chilean Fire. HEX triplet: D7, 61 and 34. RGB value is (215,97,52). Sum of RGB (Red+Green+Blue) = 215+97+52=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D76134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76134 is #289ECB. Grayscale: #7F7F7F. Windows color (decimal): -2662092 or 3432919. OLE color: 3432919.

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

Color convert

RGB 215 97 52 -
CMYK 0 0.55 0.76 0.16
HSL 16.56º 0.67% 0.52% -
HSV(B) 16.56º 0.76% 0.84% -
XYZ 32.92 23.24 6 -
YUV 127.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 215 97 52 0 0.55 0.76 0.16 16.56 0.67 0.52
Hex D7 61 34 0 37 4C 10 11 43 34
Octal 327 141 64 0 67 114 20 21 103 64
Binary 11010111 1100001 110100 0 110111 1001100 10000 10001 1000011 110100

Color Harmonies of #D76134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76134

Black with #D76134

Text Example


Text Example

White with #D76134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76134; }

 p { color: rgb(215,97,52); }

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

background-color css

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

 a { background-color: rgb(215,97,52); }

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

border-color css

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

 span { border-color: rgb(215,97,52); }

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