Html Css Color HEX #D85D33 Chilean Fire

📋 copy color: '#D85D33'

red 216 ◦ green 93 ◦ blue 51

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

Shades of Chilean Fire #D85D33

Tints of Chilean Fire #D85D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 60%
G = 25.83%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D85D33 (or 0xD85D33) is known color: Chilean Fire. HEX triplet: D8, 5D and 33. RGB value is (216,93,51). Sum of RGB (Red+Green+Blue) = 216+93+51=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D33 is #27A2CC. Grayscale: #7D7D7D. Windows color (decimal): -2597581 or 3366360. OLE color: 3366360.

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

Color convert

RGB 216 93 51 -
CMYK 0 0.57 0.76 0.15
HSL 15.27º 0.68% 0.52% -
HSV(B) 15.27º 0.76% 0.85% -
XYZ 32.83 22.67 5.78 -
YUV 124.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 216 93 51 0 0.57 0.76 0.15 15.27 0.68 0.52
Hex D8 5D 33 0 39 4C F F 44 34
Octal 330 135 63 0 71 114 17 17 104 64
Binary 11011000 1011101 110011 0 111001 1001100 1111 1111 1000100 110100

Color Harmonies of #D85D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D33

Black with #D85D33

Text Example


Text Example

White with #D85D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D33; }

 p { color: rgb(216,93,51); }

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

background-color css

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

 a { background-color: rgb(216,93,51); }

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

border-color css

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

 span { border-color: rgb(216,93,51); }

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