Html Css Color HEX #D85325 Chilean Fire

📋 copy color: '#D85325'

red 216 ◦ green 83 ◦ blue 37

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

Shades of Chilean Fire #D85325

Tints of Chilean Fire #D85325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

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

R = 64.29%
G = 24.7%
B = 11.01%

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

#D85325 (or 0xD85325) is known color: Chilean Fire. HEX triplet: D8, 53 and 25. RGB value is (216,83,37). Sum of RGB (Red+Green+Blue) = 216+83+37=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D85325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85325 is #27ACDA. Grayscale: #757575. Windows color (decimal): -2600155 or 2446296. OLE color: 2446296.

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

Color convert

RGB 216 83 37 -
CMYK 0 0.62 0.83 0.15
HSL 15.42º 0.71% 0.5% -
HSV(B) 15.42º 0.83% 0.85% -
XYZ 31.75 20.92 4.11 -
YUV 117.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 216 83 37 0 0.62 0.83 0.15 15.42 0.71 0.5
Hex D8 53 25 0 3E 53 F F 47 32
Octal 330 123 45 0 76 123 17 17 107 62
Binary 11011000 1010011 100101 0 111110 1010011 1111 1111 1000111 110010

Color Harmonies of #D85325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85325

Black with #D85325

Text Example


Text Example

White with #D85325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85325; }

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

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

background-color css

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

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

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

border-color css

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

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

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