Html Css Color HEX #D76135 Chilean Fire

📋 copy color: '#D76135'

red 215 ◦ green 97 ◦ blue 53

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

Shades of Chilean Fire #D76135

Tints of Chilean Fire #D76135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.52%

R = 58.9%
G = 26.58%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D76135 (or 0xD76135) is known color: Chilean Fire. HEX triplet: D7, 61 and 35. RGB value is (215,97,53). Sum of RGB (Red+Green+Blue) = 215+97+53=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D76135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76135 is #289ECA. Grayscale: #7F7F7F. Windows color (decimal): -2662091 or 3498455. OLE color: 3498455.

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

Color convert

RGB 215 97 53 -
CMYK 0 0.55 0.75 0.16
HSL 16.3º 0.67% 0.53% -
HSV(B) 16.3º 0.75% 0.84% -
XYZ 32.94 23.25 6.12 -
YUV 127.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 215 97 53 0 0.55 0.75 0.16 16.3 0.67 0.53
Hex D7 61 35 0 37 4B 10 10 43 35
Octal 327 141 65 0 67 113 20 20 103 65
Binary 11010111 1100001 110101 0 110111 1001011 10000 10000 1000011 110101

Color Harmonies of #D76135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76135

Black with #D76135

Text Example


Text Example

White with #D76135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76135; }

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

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

background-color css

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

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

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

border-color css

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

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

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