Html Css Color HEX #D85025 Chilean Fire

📋 copy color: '#D85025'

red 216 ◦ green 80 ◦ blue 37

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

Shades of Chilean Fire #D85025

Tints of Chilean Fire #D85025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 64.86%
G = 24.02%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D85025 (or 0xD85025) is known color: Chilean Fire. HEX triplet: D8, 50 and 25. RGB value is (216,80,37). Sum of RGB (Red+Green+Blue) = 216+80+37=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85025 is #27AFDA. Grayscale: #747474. Windows color (decimal): -2600923 or 2445528. OLE color: 2445528.

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

Color convert

RGB 216 80 37 -
CMYK 0 0.63 0.83 0.15
HSL 14.41º 0.71% 0.5% -
HSV(B) 14.41º 0.83% 0.85% -
XYZ 31.52 20.47 4.04 -
YUV 115.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 216 80 37 0 0.63 0.83 0.15 14.41 0.71 0.5
Hex D8 50 25 0 3F 53 F E 47 32
Octal 330 120 45 0 77 123 17 16 107 62
Binary 11011000 1010000 100101 0 111111 1010011 1111 1110 1000111 110010

Color Harmonies of #D85025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85025

Black with #D85025

Text Example


Text Example

White with #D85025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85025; }

 p { color: rgb(216,80,37); }

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

background-color css

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

 a { background-color: rgb(216,80,37); }

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

border-color css

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

 span { border-color: rgb(216,80,37); }

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