Html Css Color HEX #D95527 Chilean Fire

📋 copy color: '#D95527'

red 217 ◦ green 85 ◦ blue 39

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

Shades of Chilean Fire #D95527

Tints of Chilean Fire #D95527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 63.64%
G = 24.93%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D95527 (or 0xD95527) is known color: Chilean Fire. HEX triplet: D9, 55 and 27. RGB value is (217,85,39). Sum of RGB (Red+Green+Blue) = 217+85+39=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D95527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95527 is #26AAD8. Grayscale: #777777. Windows color (decimal): -2534105 or 2577881. OLE color: 2577881.

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

Color convert

RGB 217 85 39 -
CMYK 0 0.61 0.82 0.15
HSL 15.51º 0.7% 0.5% -
HSV(B) 15.51º 0.82% 0.85% -
XYZ 32.23 21.4 4.35 -
YUV 119.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 217 85 39 0 0.61 0.82 0.15 15.51 0.7 0.5
Hex D9 55 27 0 3D 52 F 10 46 32
Octal 331 125 47 0 75 122 17 20 106 62
Binary 11011001 1010101 100111 0 111101 1010010 1111 10000 1000110 110010

Color Harmonies of #D95527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95527

Black with #D95527

Text Example


Text Example

White with #D95527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95527; }

 p { color: rgb(217,85,39); }

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

background-color css

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

 a { background-color: rgb(217,85,39); }

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

border-color css

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

 span { border-color: rgb(217,85,39); }

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