Html Css Color HEX #D85E33 Chilean Fire

📋 copy color: '#D85E33'

red 216 ◦ green 94 ◦ blue 51

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

Shades of Chilean Fire #D85E33

Tints of Chilean Fire #D85E33

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 59.83%
G = 26.04%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D85E33 (or 0xD85E33) is known color: Chilean Fire. HEX triplet: D8, 5E and 33. RGB value is (216,94,51). Sum of RGB (Red+Green+Blue) = 216+94+51=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E33 is #27A1CC. Grayscale: #7D7D7D. Windows color (decimal): -2597325 or 3366616. OLE color: 3366616.

HSL color Cylindrical-coordinate representation of color #D85E33: hue angle of 15.64º 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 #D85E33 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 51 -
CMYK 0 0.56 0.76 0.15
HSL 15.64º 0.68% 0.52% -
HSV(B) 15.64º 0.76% 0.85% -
XYZ 32.92 22.84 5.81 -
YUV 125.58 85.92 192.5 -
System Red Green Blue C M Y K H S L
Decimal 216 94 51 0 0.56 0.76 0.15 15.64 0.68 0.52
Hex D8 5E 33 0 38 4C F 10 44 34
Octal 330 136 63 0 70 114 17 20 104 64
Binary 11011000 1011110 110011 0 111000 1001100 1111 10000 1000100 110100

Color Harmonies of #D85E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E33

Black with #D85E33

Text Example


Text Example

White with #D85E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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