Html Css Color HEX #D85225 Chilean Fire

📋 copy color: '#D85225'

red 216 ◦ green 82 ◦ blue 37

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

Shades of Chilean Fire #D85225

Tints of Chilean Fire #D85225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

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

R = 64.48%
G = 24.48%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D85225 (or 0xD85225) is known color: Chilean Fire. HEX triplet: D8, 52 and 25. RGB value is (216,82,37). Sum of RGB (Red+Green+Blue) = 216+82+37=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D85225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85225 is #27ADDA. Grayscale: #757575. Windows color (decimal): -2600411 or 2446040. OLE color: 2446040.

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

Color convert

RGB 216 82 37 -
CMYK 0 0.62 0.83 0.15
HSL 15.08º 0.71% 0.5% -
HSV(B) 15.08º 0.83% 0.85% -
XYZ 31.67 20.77 4.09 -
YUV 116.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 216 82 37 0 0.62 0.83 0.15 15.08 0.71 0.5
Hex D8 52 25 0 3E 53 F F 47 32
Octal 330 122 45 0 76 123 17 17 107 62
Binary 11011000 1010010 100101 0 111110 1010011 1111 1111 1000111 110010

Color Harmonies of #D85225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85225

Black with #D85225

Text Example


Text Example

White with #D85225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85225; }

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

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

background-color css

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

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

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

border-color css

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

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

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