Html Css Color HEX #D85328 Chilean Fire

📋 copy color: '#D85328'

red 216 ◦ green 83 ◦ blue 40

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

Shades of Chilean Fire #D85328

Tints of Chilean Fire #D85328

RGB

 RED value IS 216 (84.77% from 255) = 63.72%

 GREEN value IS 83 (32.81% from 255) = 24.48%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 63.72%
G = 24.48%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D85328 (or 0xD85328) is known color: Chilean Fire. HEX triplet: D8, 53 and 28. RGB value is (216,83,40). Sum of RGB (Red+Green+Blue) = 216+83+40=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D85328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85328 is #27ACD7. Grayscale: #767676. Windows color (decimal): -2600152 or 2642904. OLE color: 2642904.

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

Color convert

RGB 216 83 40 -
CMYK 0 0.62 0.81 0.15
HSL 14.66º 0.69% 0.5% -
HSV(B) 14.66º 0.81% 0.85% -
XYZ 31.8 20.94 4.37 -
YUV 117.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 216 83 40 0 0.62 0.81 0.15 14.66 0.69 0.5
Hex D8 53 28 0 3E 51 F F 45 32
Octal 330 123 50 0 76 121 17 17 105 62
Binary 11011000 1010011 101000 0 111110 1010001 1111 1111 1000101 110010

Color Harmonies of #D85328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85328

Black with #D85328

Text Example


Text Example

White with #D85328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85328; }

 p { color: rgb(216,83,40); }

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

background-color css

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

 a { background-color: rgb(216,83,40); }

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

border-color css

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

 span { border-color: rgb(216,83,40); }

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