Html Css Color HEX #D75622 Chilean Fire

📋 copy color: '#D75622'

red 215 ◦ green 86 ◦ blue 34

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

Shades of Chilean Fire #D75622

Tints of Chilean Fire #D75622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 64.18%
G = 25.67%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D75622 (or 0xD75622) is known color: Chilean Fire. HEX triplet: D7, 56 and 22. RGB value is (215,86,34). Sum of RGB (Red+Green+Blue) = 215+86+34=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D75622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75622 is #28A9DD. Grayscale: #767676. Windows color (decimal): -2664926 or 2250455. OLE color: 2250455.

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

Color convert

RGB 215 86 34 -
CMYK 0 0.6 0.84 0.16
HSL 17.24º 0.73% 0.49% -
HSV(B) 17.24º 0.84% 0.84% -
XYZ 31.64 21.22 3.94 -
YUV 118.64 80.24 196.73 -
System Red Green Blue C M Y K H S L
Decimal 215 86 34 0 0.6 0.84 0.16 17.24 0.73 0.49
Hex D7 56 22 0 3C 54 10 11 49 31
Octal 327 126 42 0 74 124 20 21 111 61
Binary 11010111 1010110 100010 0 111100 1010100 10000 10001 1001001 110001

Color Harmonies of #D75622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75622

Black with #D75622

Text Example


Text Example

White with #D75622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75622; }

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

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

background-color css

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

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

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

border-color css

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

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

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