Html Css Color HEX #D96030 Chilean Fire

📋 copy color: '#D96030'

red 217 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #D96030

Tints of Chilean Fire #D96030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 60.11%
G = 26.59%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D96030 (or 0xD96030) is known color: Chilean Fire. HEX triplet: D9, 60 and 30. RGB value is (217,96,48). Sum of RGB (Red+Green+Blue) = 217+96+48=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D96030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96030 is #269FCF. Grayscale: #7F7F7F. Windows color (decimal): -2531280 or 3170521. OLE color: 3170521.

HSL color Cylindrical-coordinate representation of color #D96030: hue angle of 17.04º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D96030 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 48 -
CMYK 0 0.56 0.78 0.15
HSL 17.04º 0.69% 0.52% -
HSV(B) 17.04º 0.78% 0.85% -
XYZ 33.33 23.33 5.54 -
YUV 126.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 217 96 48 0 0.56 0.78 0.15 17.04 0.69 0.52
Hex D9 60 30 0 38 4E F 11 45 34
Octal 331 140 60 0 70 116 17 21 105 64
Binary 11011001 1100000 110000 0 111000 1001110 1111 10001 1000101 110100

Color Harmonies of #D96030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96030

Black with #D96030

Text Example


Text Example

White with #D96030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96030; }

 p { color: rgb(217,96,48); }

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

background-color css

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

 a { background-color: rgb(217,96,48); }

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

border-color css

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

 span { border-color: rgb(217,96,48); }

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