Html Css Color HEX #D85F33 Chilean Fire

📋 copy color: '#D85F33'

red 216 ◦ green 95 ◦ blue 51

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

Shades of Chilean Fire #D85F33

Tints of Chilean Fire #D85F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 59.67%
G = 26.24%
B = 14.09%

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

#D85F33 (or 0xD85F33) is known color: Chilean Fire. HEX triplet: D8, 5F and 33. RGB value is (216,95,51). Sum of RGB (Red+Green+Blue) = 216+95+51=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F33 is #27A0CC. Grayscale: #7E7E7E. Windows color (decimal): -2597069 or 3366872. OLE color: 3366872.

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

Color convert

RGB 216 95 51 -
CMYK 0 0.56 0.76 0.15
HSL 16º 0.68% 0.52% -
HSV(B) 16º 0.76% 0.85% -
XYZ 33.01 23.02 5.84 -
YUV 126.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 216 95 51 0 0.56 0.76 0.15 16 0.68 0.52
Hex D8 5F 33 0 38 4C F 10 44 34
Octal 330 137 63 0 70 114 17 20 104 64
Binary 11011000 1011111 110011 0 111000 1001100 1111 10000 1000100 110100

Color Harmonies of #D85F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F33

Black with #D85F33

Text Example


Text Example

White with #D85F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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