Html Css Color HEX #D56431 Chilean Fire

📋 copy color: '#D56431'

red 213 ◦ green 100 ◦ blue 49

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

Shades of Chilean Fire #D56431

Tints of Chilean Fire #D56431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 58.84%
G = 27.62%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D56431 (or 0xD56431) is known color: Chilean Fire. HEX triplet: D5, 64 and 31. RGB value is (213,100,49). Sum of RGB (Red+Green+Blue) = 213+100+49=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D56431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56431 is #2A9BCE. Grayscale: #808080. Windows color (decimal): -2792399 or 3237077. OLE color: 3237077.

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

Color convert

RGB 213 100 49 -
CMYK 0 0.53 0.77 0.16
HSL 18.66º 0.66% 0.51% -
HSV(B) 18.66º 0.77% 0.84% -
XYZ 32.55 23.48 5.72 -
YUV 127.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 213 100 49 0 0.53 0.77 0.16 18.66 0.66 0.51
Hex D5 64 31 0 35 4D 10 13 42 33
Octal 325 144 61 0 65 115 20 23 102 63
Binary 11010101 1100100 110001 0 110101 1001101 10000 10011 1000010 110011

Color Harmonies of #D56431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56431

Black with #D56431

Text Example


Text Example

White with #D56431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56431; }

 p { color: rgb(213,100,49); }

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

background-color css

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

 a { background-color: rgb(213,100,49); }

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

border-color css

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

 span { border-color: rgb(213,100,49); }

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