Html Css Color HEX #D95324 Chilean Fire

📋 copy color: '#D95324'

red 217 ◦ green 83 ◦ blue 36

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

Shades of Chilean Fire #D95324

Tints of Chilean Fire #D95324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 64.58%
G = 24.7%
B = 10.71%

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

#D95324 (or 0xD95324) is known color: Chilean Fire. HEX triplet: D9, 53 and 24. RGB value is (217,83,36). Sum of RGB (Red+Green+Blue) = 217+83+36=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D95324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95324 is #26ACDB. Grayscale: #767676. Windows color (decimal): -2534620 or 2380761. OLE color: 2380761.

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

Color convert

RGB 217 83 36 -
CMYK 0 0.62 0.83 0.15
HSL 15.58º 0.72% 0.5% -
HSV(B) 15.58º 0.83% 0.85% -
XYZ 32.03 21.07 4.05 -
YUV 117.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 217 83 36 0 0.62 0.83 0.15 15.58 0.72 0.5
Hex D9 53 24 0 3E 53 F 10 48 32
Octal 331 123 44 0 76 123 17 20 110 62
Binary 11011001 1010011 100100 0 111110 1010011 1111 10000 1001000 110010

Color Harmonies of #D95324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95324

Black with #D95324

Text Example


Text Example

White with #D95324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95324; }

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

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

background-color css

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

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

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

border-color css

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

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

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