Html Css Color HEX #D56029 Chilean Fire

📋 copy color: '#D56029'

red 213 ◦ green 96 ◦ blue 41

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

Shades of Chilean Fire #D56029

Tints of Chilean Fire #D56029

RGB

 RED value IS 213 (83.59% from 255) = 60.86%

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

 BLUE value IS 41 (16.41% from 255) = 11.71%

R = 60.86%
G = 27.43%
B = 11.71%

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

#D56029 (or 0xD56029) is known color: Chilean Fire. HEX triplet: D5, 60 and 29. RGB value is (213,96,41). Sum of RGB (Red+Green+Blue) = 213+96+41=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56029 is #2A9FD6. Grayscale: #7D7D7D. Windows color (decimal): -2793431 or 2711765. OLE color: 2711765.

HSL color Cylindrical-coordinate representation of color #D56029: hue angle of 19.19º degrees, saturation: 0.68, 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 #D56029 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 41 -
CMYK 0 0.55 0.81 0.16
HSL 19.19º 0.68% 0.5% -
HSV(B) 19.19º 0.81% 0.84% -
XYZ 32.02 22.67 4.79 -
YUV 124.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 213 96 41 0 0.55 0.81 0.16 19.19 0.68 0.5
Hex D5 60 29 0 37 51 10 13 44 32
Octal 325 140 51 0 67 121 20 23 104 62
Binary 11010101 1100000 101001 0 110111 1010001 10000 10011 1000100 110010

Color Harmonies of #D56029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56029

Black with #D56029

Text Example


Text Example

White with #D56029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56029; }

 p { color: rgb(213,96,41); }

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

background-color css

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

 a { background-color: rgb(213,96,41); }

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

border-color css

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

 span { border-color: rgb(213,96,41); }

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