Html Css Color HEX #D75629 Chilean Fire

📋 copy color: '#D75629'

red 215 ◦ green 86 ◦ blue 41

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

Shades of Chilean Fire #D75629

Tints of Chilean Fire #D75629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 62.87%
G = 25.15%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D75629 (or 0xD75629) is known color: Chilean Fire. HEX triplet: D7, 56 and 29. RGB value is (215,86,41). Sum of RGB (Red+Green+Blue) = 215+86+41=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D75629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75629 is #28A9D6. Grayscale: #777777. Windows color (decimal): -2664919 or 2709207. OLE color: 2709207.

HSL color Cylindrical-coordinate representation of color #D75629: hue angle of 15.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D75629 is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 41 -
CMYK 0 0.6 0.81 0.16
HSL 15.52º 0.69% 0.5% -
HSV(B) 15.52º 0.81% 0.84% -
XYZ 31.75 21.26 4.53 -
YUV 119.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 215 86 41 0 0.6 0.81 0.16 15.52 0.69 0.5
Hex D7 56 29 0 3C 51 10 10 45 32
Octal 327 126 51 0 74 121 20 20 105 62
Binary 11010111 1010110 101001 0 111100 1010001 10000 10000 1000101 110010

Color Harmonies of #D75629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75629

Black with #D75629

Text Example


Text Example

White with #D75629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75629; }

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

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

background-color css

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

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

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

border-color css

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

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

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