Html Css Color HEX #D75636 Chilean Fire

📋 copy color: '#D75636'

red 215 ◦ green 86 ◦ blue 54

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

Shades of Chilean Fire #D75636

Tints of Chilean Fire #D75636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 60.56%
G = 24.23%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D75636 (or 0xD75636) is known color: Chilean Fire. HEX triplet: D7, 56 and 36. RGB value is (215,86,54). Sum of RGB (Red+Green+Blue) = 215+86+54=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D75636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75636 is #28A9C9. Grayscale: #797979. Windows color (decimal): -2664906 or 3561175. OLE color: 3561175.

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

Color convert

RGB 215 86 54 -
CMYK 0 0.6 0.75 0.16
HSL 11.93º 0.67% 0.53% -
HSV(B) 11.93º 0.75% 0.84% -
XYZ 32.02 21.37 5.93 -
YUV 120.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 215 86 54 0 0.6 0.75 0.16 11.93 0.67 0.53
Hex D7 56 36 0 3C 4B 10 C 43 35
Octal 327 126 66 0 74 113 20 14 103 65
Binary 11010111 1010110 110110 0 111100 1001011 10000 1100 1000011 110101

Color Harmonies of #D75636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75636

Black with #D75636

Text Example


Text Example

White with #D75636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75636; }

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

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

background-color css

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

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

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

border-color css

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

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

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