Html Css Color HEX #D85F34 Chilean Fire

📋 copy color: '#D85F34'

red 216 ◦ green 95 ◦ blue 52

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

Shades of Chilean Fire #D85F34

Tints of Chilean Fire #D85F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 59.5%
G = 26.17%
B = 14.33%

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

#D85F34 (or 0xD85F34) is known color: Chilean Fire. HEX triplet: D8, 5F and 34. RGB value is (216,95,52). Sum of RGB (Red+Green+Blue) = 216+95+52=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F34 is #27A0CB. Grayscale: #7E7E7E. Windows color (decimal): -2597068 or 3432408. OLE color: 3432408.

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

Color convert

RGB 216 95 52 -
CMYK 0 0.56 0.76 0.15
HSL 15.73º 0.68% 0.53% -
HSV(B) 15.73º 0.76% 0.85% -
XYZ 33.03 23.03 5.95 -
YUV 126.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 216 95 52 0 0.56 0.76 0.15 15.73 0.68 0.53
Hex D8 5F 34 0 38 4C F 10 44 35
Octal 330 137 64 0 70 114 17 20 104 65
Binary 11011000 1011111 110100 0 111000 1001100 1111 10000 1000100 110101

Color Harmonies of #D85F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F34

Black with #D85F34

Text Example


Text Example

White with #D85F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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