Html Css Color HEX #D85426 Chilean Fire

📋 copy color: '#D85426'

red 216 ◦ green 84 ◦ blue 38

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

Shades of Chilean Fire #D85426

Tints of Chilean Fire #D85426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 63.91%
G = 24.85%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D85426 (or 0xD85426) is known color: Chilean Fire. HEX triplet: D8, 54 and 26. RGB value is (216,84,38). Sum of RGB (Red+Green+Blue) = 216+84+38=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D85426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85426 is #27ABD9. Grayscale: #767676. Windows color (decimal): -2599898 or 2512088. OLE color: 2512088.

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

Color convert

RGB 216 84 38 -
CMYK 0 0.61 0.82 0.15
HSL 15.51º 0.7% 0.5% -
HSV(B) 15.51º 0.82% 0.85% -
XYZ 31.84 21.08 4.22 -
YUV 118.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 216 84 38 0 0.61 0.82 0.15 15.51 0.7 0.5
Hex D8 54 26 0 3D 52 F 10 46 32
Octal 330 124 46 0 75 122 17 20 106 62
Binary 11011000 1010100 100110 0 111101 1010010 1111 10000 1000110 110010

Color Harmonies of #D85426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85426

Black with #D85426

Text Example


Text Example

White with #D85426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85426; }

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

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

background-color css

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

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

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

border-color css

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

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

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