Html Css Color HEX #D75521 Chilean Fire

📋 copy color: '#D75521'

red 215 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #D75521

Tints of Chilean Fire #D75521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 33 (13.28% from 255) = 9.91%

R = 64.56%
G = 25.53%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D75521 (or 0xD75521) is known color: Chilean Fire. HEX triplet: D7, 55 and 21. RGB value is (215,85,33). Sum of RGB (Red+Green+Blue) = 215+85+33=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D75521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75521 is #28AADE. Grayscale: #767676. Windows color (decimal): -2665183 or 2184663. OLE color: 2184663.

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

Color convert

RGB 215 85 33 -
CMYK 0 0.60 0.85 0.16
HSL 17.14º 0.73% 0.49% -
HSV(B) 17.14º 0.85% 0.84% -
XYZ 31.55 21.05 3.84 -
YUV 117.94 80.07 197.23 -
System Red Green Blue C M Y K H S L
Decimal 215 85 33 0 0.60 0.85 0.16 17.14 0.73 0.49
Hex D7 55 21 0 3C 55 10 11 49 31
Octal 327 125 41 0 74 125 20 21 111 61
Binary 11010111 1010101 100001 0 111100 1010101 10000 10001 1001001 110001

Color Harmonies of #D75521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75521

Black with #D75521

Text Example


Text Example

White with #D75521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75521; }

 p { color: rgb(215,85,33); }

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

background-color css

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

 a { background-color: rgb(215,85,33); }

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

border-color css

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

 span { border-color: rgb(215,85,33); }

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