Html Css Color HEX #D85838 Chilean Fire

📋 copy color: '#D85838'

red 216 ◦ green 88 ◦ blue 56

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

Shades of Chilean Fire #D85838

Tints of Chilean Fire #D85838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 60%
G = 24.44%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85838 (or 0xD85838) is known color: Chilean Fire. HEX triplet: D8, 58 and 38. RGB value is (216,88,56). Sum of RGB (Red+Green+Blue) = 216+88+56=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D85838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85838 is #27A7C7. Grayscale: #7A7A7A. Windows color (decimal): -2598856 or 3692760. OLE color: 3692760.

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

Color convert

RGB 216 88 56 -
CMYK 0 0.59 0.74 0.15
HSL 12º 0.67% 0.53% -
HSV(B) 12º 0.74% 0.85% -
XYZ 32.52 21.86 6.25 -
YUV 122.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 216 88 56 0 0.59 0.74 0.15 12 0.67 0.53
Hex D8 58 38 0 3B 4A F C 43 35
Octal 330 130 70 0 73 112 17 14 103 65
Binary 11011000 1011000 111000 0 111011 1001010 1111 1100 1000011 110101

Color Harmonies of #D85838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85838

Black with #D85838

Text Example


Text Example

White with #D85838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85838; }

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

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

background-color css

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

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

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

border-color css

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

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

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