Html Css Color HEX #D76230 Chilean Fire

📋 copy color: '#D76230'

red 215 ◦ green 98 ◦ blue 48

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

Shades of Chilean Fire #D76230

Tints of Chilean Fire #D76230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 59.56%
G = 27.15%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76230 (or 0xD76230) is known color: Chilean Fire. HEX triplet: D7, 62 and 30. RGB value is (215,98,48). Sum of RGB (Red+Green+Blue) = 215+98+48=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D76230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76230 is #289DCF. Grayscale: #7F7F7F. Windows color (decimal): -2661840 or 3171031. OLE color: 3171031.

HSL color Cylindrical-coordinate representation of color #D76230: hue angle of 17.96º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D76230 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 48 -
CMYK 0 0.54 0.78 0.16
HSL 17.96º 0.68% 0.52% -
HSV(B) 17.96º 0.78% 0.84% -
XYZ 32.93 23.4 5.58 -
YUV 127.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 215 98 48 0 0.54 0.78 0.16 17.96 0.68 0.52
Hex D7 62 30 0 36 4E 10 12 44 34
Octal 327 142 60 0 66 116 20 22 104 64
Binary 11010111 1100010 110000 0 110110 1001110 10000 10010 1000100 110100

Color Harmonies of #D76230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76230

Black with #D76230

Text Example


Text Example

White with #D76230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76230; }

 p { color: rgb(215,98,48); }

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

background-color css

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

 a { background-color: rgb(215,98,48); }

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

border-color css

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

 span { border-color: rgb(215,98,48); }

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