Html Css Color HEX #D56129 Chilean Fire

📋 copy color: '#D56129'

red 213 ◦ green 97 ◦ blue 41

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

Shades of Chilean Fire #D56129

Tints of Chilean Fire #D56129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 60.68%
G = 27.64%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D56129 (or 0xD56129) is known color: Chilean Fire. HEX triplet: D5, 61 and 29. RGB value is (213,97,41). Sum of RGB (Red+Green+Blue) = 213+97+41=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D56129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56129 is #2A9ED6. Grayscale: #7D7D7D. Windows color (decimal): -2793175 or 2712021. OLE color: 2712021.

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

Color convert

RGB 213 97 41 -
CMYK 0 0.54 0.81 0.16
HSL 19.53º 0.68% 0.5% -
HSV(B) 19.53º 0.81% 0.84% -
XYZ 32.12 22.86 4.82 -
YUV 125.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 213 97 41 0 0.54 0.81 0.16 19.53 0.68 0.5
Hex D5 61 29 0 36 51 10 14 44 32
Octal 325 141 51 0 66 121 20 24 104 62
Binary 11010101 1100001 101001 0 110110 1010001 10000 10100 1000100 110010

Color Harmonies of #D56129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56129

Black with #D56129

Text Example


Text Example

White with #D56129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56129; }

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

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

background-color css

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

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

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

border-color css

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

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

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