Html Css Color HEX #D76028 Chilean Fire

📋 copy color: '#D76028'

red 215 ◦ green 96 ◦ blue 40

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

Shades of Chilean Fire #D76028

Tints of Chilean Fire #D76028

RGB

 RED value IS 215 (84.38% from 255) = 61.25%

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

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 61.25%
G = 27.35%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D76028 (or 0xD76028) is known color: Chilean Fire. HEX triplet: D7, 60 and 28. RGB value is (215,96,40). Sum of RGB (Red+Green+Blue) = 215+96+40=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D76028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76028 is #289FD7. Grayscale: #7D7D7D. Windows color (decimal): -2662360 or 2646231. OLE color: 2646231.

HSL color Cylindrical-coordinate representation of color #D76028: hue angle of 19.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D76028 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 40 -
CMYK 0 0.55 0.81 0.16
HSL 19.2º 0.69% 0.5% -
HSV(B) 19.2º 0.81% 0.84% -
XYZ 32.59 22.97 4.72 -
YUV 125.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 215 96 40 0 0.55 0.81 0.16 19.2 0.69 0.5
Hex D7 60 28 0 37 51 10 13 45 32
Octal 327 140 50 0 67 121 20 23 105 62
Binary 11010111 1100000 101000 0 110111 1010001 10000 10011 1000101 110010

Color Harmonies of #D76028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76028

Black with #D76028

Text Example


Text Example

White with #D76028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76028; }

 p { color: rgb(215,96,40); }

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

background-color css

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

 a { background-color: rgb(215,96,40); }

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

border-color css

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

 span { border-color: rgb(215,96,40); }

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