Html Css Color HEX #D85128 Chilean Fire

📋 copy color: '#D85128'

red 216 ◦ green 81 ◦ blue 40

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

Shades of Chilean Fire #D85128

Tints of Chilean Fire #D85128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 64.09%
G = 24.04%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D85128 (or 0xD85128) is known color: Chilean Fire. HEX triplet: D8, 51 and 28. RGB value is (216,81,40). Sum of RGB (Red+Green+Blue) = 216+81+40=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D85128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85128 is #27AED7. Grayscale: #747474. Windows color (decimal): -2600664 or 2642392. OLE color: 2642392.

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

Color convert

RGB 216 81 40 -
CMYK 0 0.62 0.81 0.15
HSL 13.98º 0.69% 0.5% -
HSV(B) 13.98º 0.81% 0.85% -
XYZ 31.64 20.64 4.32 -
YUV 116.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 216 81 40 0 0.62 0.81 0.15 13.98 0.69 0.5
Hex D8 51 28 0 3E 51 F E 45 32
Octal 330 121 50 0 76 121 17 16 105 62
Binary 11011000 1010001 101000 0 111110 1010001 1111 1110 1000101 110010

Color Harmonies of #D85128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85128

Black with #D85128

Text Example


Text Example

White with #D85128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85128; }

 p { color: rgb(216,81,40); }

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

background-color css

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

 a { background-color: rgb(216,81,40); }

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

border-color css

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

 span { border-color: rgb(216,81,40); }

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