Html Css Color HEX #D85339 Chilean Fire

📋 copy color: '#D85339'

red 216 ◦ green 83 ◦ blue 57

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

Shades of Chilean Fire #D85339

Tints of Chilean Fire #D85339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 60.67%
G = 23.31%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85339 (or 0xD85339) is known color: Chilean Fire. HEX triplet: D8, 53 and 39. RGB value is (216,83,57). Sum of RGB (Red+Green+Blue) = 216+83+57=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D85339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85339 is #27ACC6. Grayscale: #787878. Windows color (decimal): -2600135 or 3757016. OLE color: 3757016.

HSL color Cylindrical-coordinate representation of color #D85339: hue angle of 9.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D85339 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 57 -
CMYK 0 0.62 0.74 0.15
HSL 9.81º 0.67% 0.54% -
HSV(B) 9.81º 0.74% 0.85% -
XYZ 32.15 21.08 6.25 -
YUV 119.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 216 83 57 0 0.62 0.74 0.15 9.81 0.67 0.54
Hex D8 53 39 0 3E 4A F A 43 36
Octal 330 123 71 0 76 112 17 12 103 66
Binary 11011000 1010011 111001 0 111110 1001010 1111 1010 1000011 110110

Color Harmonies of #D85339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85339

Black with #D85339

Text Example


Text Example

White with #D85339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85339; }

 p { color: rgb(216,83,57); }

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

background-color css

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

 a { background-color: rgb(216,83,57); }

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

border-color css

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

 span { border-color: rgb(216,83,57); }

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