Html Css Color HEX #D85A2F Chilean Fire

📋 copy color: '#D85A2F'

red 216 ◦ green 90 ◦ blue 47

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

Shades of Chilean Fire #D85A2F

Tints of Chilean Fire #D85A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 61.19%
G = 25.5%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D85A2F (or 0xD85A2F) is known color: Chilean Fire. HEX triplet: D8, 5A and 2F. RGB value is (216,90,47). Sum of RGB (Red+Green+Blue) = 216+90+47=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A2F is #27A5D0. Grayscale: #7B7B7B. Windows color (decimal): -2598353 or 3103448. OLE color: 3103448.

HSL color Cylindrical-coordinate representation of color #D85A2F: 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.78%. Process color model (Four color, CMYK) of #D85A2F is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 47 -
CMYK 0 0.58 0.78 0.15
HSL 15.27º 0.68% 0.52% -
HSV(B) 15.27º 0.78% 0.85% -
XYZ 32.49 22.12 5.25 -
YUV 122.77 85.24 194.5 -
System Red Green Blue C M Y K H S L
Decimal 216 90 47 0 0.58 0.78 0.15 15.27 0.68 0.52
Hex D8 5A 2F 0 3A 4E F F 44 34
Octal 330 132 57 0 72 116 17 17 104 64
Binary 11011000 1011010 101111 0 111010 1001110 1111 1111 1000100 110100

Color Harmonies of #D85A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A2F

Black with #D85A2F

Text Example


Text Example

White with #D85A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A2F; }

 p { color: rgb(216,90,47); }

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

background-color css

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

 a { background-color: rgb(216,90,47); }

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

border-color css

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

 span { border-color: rgb(216,90,47); }

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