Html Css Color HEX #D95325 Chilean Fire

📋 copy color: '#D95325'

red 217 ◦ green 83 ◦ blue 37

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

Shades of Chilean Fire #D95325

Tints of Chilean Fire #D95325

RGB

 RED value IS 217 (85.16% from 255) = 64.39%

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

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

R = 64.39%
G = 24.63%
B = 10.98%

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

#D95325 (or 0xD95325) is known color: Chilean Fire. HEX triplet: D9, 53 and 25. RGB value is (217,83,37). Sum of RGB (Red+Green+Blue) = 217+83+37=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D95325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95325 is #26ACDA. Grayscale: #767676. Windows color (decimal): -2534619 or 2446297. OLE color: 2446297.

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

Color convert

RGB 217 83 37 -
CMYK 0 0.62 0.83 0.15
HSL 15.33º 0.71% 0.5% -
HSV(B) 15.33º 0.83% 0.85% -
XYZ 32.04 21.07 4.13 -
YUV 117.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 217 83 37 0 0.62 0.83 0.15 15.33 0.71 0.5
Hex D9 53 25 0 3E 53 F F 47 32
Octal 331 123 45 0 76 123 17 17 107 62
Binary 11011001 1010011 100101 0 111110 1010011 1111 1111 1000111 110010

Color Harmonies of #D95325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95325

Black with #D95325

Text Example


Text Example

White with #D95325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95325; }

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

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

background-color css

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

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

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

border-color css

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

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

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