Html Css Color HEX #D85438 Chilean Fire

📋 copy color: '#D85438'

red 216 ◦ green 84 ◦ blue 56

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

Shades of Chilean Fire #D85438

Tints of Chilean Fire #D85438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 60.67%
G = 23.6%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85438 (or 0xD85438) is known color: Chilean Fire. HEX triplet: D8, 54 and 38. RGB value is (216,84,56). Sum of RGB (Red+Green+Blue) = 216+84+56=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D85438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85438 is #27ABC7. Grayscale: #787878. Windows color (decimal): -2599880 or 3691736. OLE color: 3691736.

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

Color convert

RGB 216 84 56 -
CMYK 0 0.61 0.74 0.15
HSL 10.5º 0.67% 0.53% -
HSV(B) 10.5º 0.74% 0.85% -
XYZ 32.2 21.23 6.14 -
YUV 120.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 216 84 56 0 0.61 0.74 0.15 10.5 0.67 0.53
Hex D8 54 38 0 3D 4A F A 43 35
Octal 330 124 70 0 75 112 17 12 103 65
Binary 11011000 1010100 111000 0 111101 1001010 1111 1010 1000011 110101

Color Harmonies of #D85438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85438

Black with #D85438

Text Example


Text Example

White with #D85438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85438; }

 p { color: rgb(216,84,56); }

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

background-color css

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

 a { background-color: rgb(216,84,56); }

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

border-color css

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

 span { border-color: rgb(216,84,56); }

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