Html Css Color HEX #D95929 Chilean Fire

📋 copy color: '#D95929'

red 217 ◦ green 89 ◦ blue 41

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

Shades of Chilean Fire #D95929

Tints of Chilean Fire #D95929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 62.54%
G = 25.65%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D95929 (or 0xD95929) is known color: Chilean Fire. HEX triplet: D9, 59 and 29. RGB value is (217,89,41). Sum of RGB (Red+Green+Blue) = 217+89+41=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D95929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95929 is #26A6D6. Grayscale: #7A7A7A. Windows color (decimal): -2533079 or 2709977. OLE color: 2709977.

HSL color Cylindrical-coordinate representation of color #D95929: hue angle of 16.36º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D95929 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 41 -
CMYK 0 0.59 0.81 0.15
HSL 16.36º 0.7% 0.51% -
HSV(B) 16.36º 0.81% 0.85% -
XYZ 32.59 22.06 4.64 -
YUV 121.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 217 89 41 0 0.59 0.81 0.15 16.36 0.7 0.51
Hex D9 59 29 0 3B 51 F 10 46 33
Octal 331 131 51 0 73 121 17 20 106 63
Binary 11011001 1011001 101001 0 111011 1010001 1111 10000 1000110 110011

Color Harmonies of #D95929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95929

Black with #D95929

Text Example


Text Example

White with #D95929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95929; }

 p { color: rgb(217,89,41); }

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

background-color css

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

 a { background-color: rgb(217,89,41); }

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

border-color css

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

 span { border-color: rgb(217,89,41); }

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