Html Css Color HEX #D76133 Chilean Fire

📋 copy color: '#D76133'

red 215 ◦ green 97 ◦ blue 51

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

Shades of Chilean Fire #D76133

Tints of Chilean Fire #D76133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.05%

R = 59.23%
G = 26.72%
B = 14.05%

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

#D76133 (or 0xD76133) is known color: Chilean Fire. HEX triplet: D7, 61 and 33. RGB value is (215,97,51). Sum of RGB (Red+Green+Blue) = 215+97+51=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D76133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76133 is #289ECC. Grayscale: #7F7F7F. Windows color (decimal): -2662093 or 3367383. OLE color: 3367383.

HSL color Cylindrical-coordinate representation of color #D76133: hue angle of 16.83º 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 #D76133 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 51 -
CMYK 0 0.55 0.76 0.16
HSL 16.83º 0.67% 0.52% -
HSV(B) 16.83º 0.76% 0.84% -
XYZ 32.9 23.24 5.88 -
YUV 127.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 215 97 51 0 0.55 0.76 0.16 16.83 0.67 0.52
Hex D7 61 33 0 37 4C 10 11 43 34
Octal 327 141 63 0 67 114 20 21 103 64
Binary 11010111 1100001 110011 0 110111 1001100 10000 10001 1000011 110100

Color Harmonies of #D76133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76133

Black with #D76133

Text Example


Text Example

White with #D76133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76133; }

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

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

background-color css

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

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

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

border-color css

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

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

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