Html Css Color HEX #D76231 Chilean Fire

📋 copy color: '#D76231'

red 215 ◦ green 98 ◦ blue 49

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

Shades of Chilean Fire #D76231

Tints of Chilean Fire #D76231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 59.39%
G = 27.07%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D76231 (or 0xD76231) is known color: Chilean Fire. HEX triplet: D7, 62 and 31. RGB value is (215,98,49). Sum of RGB (Red+Green+Blue) = 215+98+49=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D76231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76231 is #289DCE. Grayscale: #7F7F7F. Windows color (decimal): -2661839 or 3236567. OLE color: 3236567.

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

Color convert

RGB 215 98 49 -
CMYK 0 0.54 0.77 0.16
HSL 17.71º 0.67% 0.52% -
HSV(B) 17.71º 0.77% 0.84% -
XYZ 32.95 23.4 5.69 -
YUV 127.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 215 98 49 0 0.54 0.77 0.16 17.71 0.67 0.52
Hex D7 62 31 0 36 4D 10 12 43 34
Octal 327 142 61 0 66 115 20 22 103 64
Binary 11010111 1100010 110001 0 110110 1001101 10000 10010 1000011 110100

Color Harmonies of #D76231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76231

Black with #D76231

Text Example


Text Example

White with #D76231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76231; }

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

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

background-color css

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

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

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

border-color css

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

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

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