Html Css Color HEX #D3572B Chilean Fire

📋 copy color: '#D3572B'

red 211 ◦ green 87 ◦ blue 43

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

Shades of Chilean Fire #D3572B

Tints of Chilean Fire #D3572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 61.88%
G = 25.51%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3572B (or 0xD3572B) is known color: Chilean Fire. HEX triplet: D3, 57 and 2B. RGB value is (211,87,43). Sum of RGB (Red+Green+Blue) = 211+87+43=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3572B is #2CA8D4. Grayscale: #777777. Windows color (decimal): -2926805 or 2840531. OLE color: 2840531.

HSL color Cylindrical-coordinate representation of color #D3572B: hue angle of 15.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3572B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 87 43 -
CMYK 0 0.59 0.80 0.17
HSL 15.71º 0.66% 0.5% -
HSV(B) 15.71º 0.8% 0.83% -
XYZ 30.71 20.84 4.69 -
YUV 119.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 211 87 43 0 0.59 0.80 0.17 15.71 0.66 0.5
Hex D3 57 2B 0 3B 50 11 10 42 32
Octal 323 127 53 0 73 120 21 20 102 62
Binary 11010011 1010111 101011 0 111011 1010000 10001 10000 1000010 110010

Color Harmonies of #D3572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3572B

Black with #D3572B

Text Example


Text Example

White with #D3572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3572B; }

 p { color: rgb(211,87,43); }

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

background-color css

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

 a { background-color: rgb(211,87,43); }

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

border-color css

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

 span { border-color: rgb(211,87,43); }

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