Html Css Color HEX #D3552E Chilean Fire

📋 copy color: '#D3552E'

red 211 ◦ green 85 ◦ blue 46

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

Shades of Chilean Fire #D3552E

Tints of Chilean Fire #D3552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 61.7%
G = 24.85%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3552E (or 0xD3552E) is known color: Chilean Fire. HEX triplet: D3, 55 and 2E. RGB value is (211,85,46). Sum of RGB (Red+Green+Blue) = 211+85+46=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3552E is #2CAAD1. Grayscale: #767676. Windows color (decimal): -2927314 or 3036627. OLE color: 3036627.

HSL color Cylindrical-coordinate representation of color #D3552E: hue angle of 14.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3552E is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 46 -
CMYK 0 0.60 0.78 0.17
HSL 14.18º 0.65% 0.5% -
HSV(B) 14.18º 0.78% 0.83% -
XYZ 30.61 20.54 4.94 -
YUV 118.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 211 85 46 0 0.60 0.78 0.17 14.18 0.65 0.5
Hex D3 55 2E 0 3C 4E 11 E 41 32
Octal 323 125 56 0 74 116 21 16 101 62
Binary 11010011 1010101 101110 0 111100 1001110 10001 1110 1000001 110010

Color Harmonies of #D3552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3552E

Black with #D3552E

Text Example


Text Example

White with #D3552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3552E; }

 p { color: rgb(211,85,46); }

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

background-color css

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

 a { background-color: rgb(211,85,46); }

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

border-color css

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

 span { border-color: rgb(211,85,46); }

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