Html Css Color HEX #D85932 Chilean Fire

📋 copy color: '#D85932'

red 216 ◦ green 89 ◦ blue 50

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

Shades of Chilean Fire #D85932

Tints of Chilean Fire #D85932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 60.85%
G = 25.07%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D85932 (or 0xD85932) is known color: Chilean Fire. HEX triplet: D8, 59 and 32. RGB value is (216,89,50). Sum of RGB (Red+Green+Blue) = 216+89+50=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85932 is #27A6CD. Grayscale: #7A7A7A. Windows color (decimal): -2598606 or 3299800. OLE color: 3299800.

HSL color Cylindrical-coordinate representation of color #D85932: hue angle of 14.1º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D85932 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 89 50 -
CMYK 0 0.59 0.77 0.15
HSL 14.1º 0.68% 0.52% -
HSV(B) 14.1º 0.77% 0.85% -
XYZ 32.47 21.97 5.55 -
YUV 122.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 216 89 50 0 0.59 0.77 0.15 14.1 0.68 0.52
Hex D8 59 32 0 3B 4D F E 44 34
Octal 330 131 62 0 73 115 17 16 104 64
Binary 11011000 1011001 110010 0 111011 1001101 1111 1110 1000100 110100

Color Harmonies of #D85932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85932

Black with #D85932

Text Example


Text Example

White with #D85932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85932; }

 p { color: rgb(216,89,50); }

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

background-color css

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

 a { background-color: rgb(216,89,50); }

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

border-color css

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

 span { border-color: rgb(216,89,50); }

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