Html Css Color HEX #D3563A Chilean Fire

📋 copy color: '#D3563A'

red 211 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #D3563A

Tints of Chilean Fire #D3563A

RGB

 RED value IS 211 (82.81% from 255) = 59.44%

 GREEN value IS 86 (33.98% from 255) = 24.23%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 59.44%
G = 24.23%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3563A (or 0xD3563A) is known color: Chilean Fire. HEX triplet: D3, 56 and 3A. RGB value is (211,86,58). Sum of RGB (Red+Green+Blue) = 211+86+58=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3563A is #2CA9C5. Grayscale: #787878. Windows color (decimal): -2927046 or 3823315. OLE color: 3823315.

HSL color Cylindrical-coordinate representation of color #D3563A: hue angle of 10.98º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3563A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 58 -
CMYK 0 0.59 0.73 0.17
HSL 10.98º 0.63% 0.53% -
HSV(B) 10.98º 0.73% 0.83% -
XYZ 30.96 20.81 6.39 -
YUV 120.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 211 86 58 0 0.59 0.73 0.17 10.98 0.63 0.53
Hex D3 56 3A 0 3B 49 11 B 3F 35
Octal 323 126 72 0 73 111 21 13 77 65
Binary 11010011 1010110 111010 0 111011 1001001 10001 1011 111111 110101

Color Harmonies of #D3563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3563A

Black with #D3563A

Text Example


Text Example

White with #D3563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3563A; }

 p { color: rgb(211,86,58); }

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

background-color css

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

 a { background-color: rgb(211,86,58); }

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

border-color css

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

 span { border-color: rgb(211,86,58); }

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