Html Css Color HEX #D75522 Chilean Fire

📋 copy color: '#D75522'

red 215 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #D75522

Tints of Chilean Fire #D75522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 64.37%
G = 25.45%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D75522 (or 0xD75522) is known color: Chilean Fire. HEX triplet: D7, 55 and 22. RGB value is (215,85,34). Sum of RGB (Red+Green+Blue) = 215+85+34=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D75522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75522 is #28AADD. Grayscale: #767676. Windows color (decimal): -2665182 or 2250199. OLE color: 2250199.

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

Color convert

RGB 215 85 34 -
CMYK 0 0.60 0.84 0.16
HSL 16.91º 0.73% 0.49% -
HSV(B) 16.91º 0.84% 0.84% -
XYZ 31.56 21.06 3.91 -
YUV 118.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 215 85 34 0 0.60 0.84 0.16 16.91 0.73 0.49
Hex D7 55 22 0 3C 54 10 11 49 31
Octal 327 125 42 0 74 124 20 21 111 61
Binary 11010111 1010101 100010 0 111100 1010100 10000 10001 1001001 110001

Color Harmonies of #D75522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75522

Black with #D75522

Text Example


Text Example

White with #D75522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75522; }

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

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

background-color css

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

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

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

border-color css

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

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

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